Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

xrevstack.h

Go to the documentation of this file.
00001 #ifndef _XREVSTACK_H_
00002 #define _XREVSTACK_H_
00003 
00004 /*
00005  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
00006  *      For copying and distribution information, see the file
00007  *      "mit-copyright.h".
00008  *
00009  *      Modified for jwgc by Daniel Henninger.
00010  */
00011 
00012 #include "mit-copyright.h"
00013 
00014 extern x_gram *bottom_gram; /* for testing against NULL */
00015 extern x_gram *unlinked;
00016 extern int reverse_stack; /* is reverse stack on? */
00017 
00018 extern void add_to_bottom(/* x_gram */);
00019 extern void delete_gram(/* x_gram */);
00020 extern void unlink_gram(/* x_gram */);
00021 extern void pull_to_top(/* x_gram */);
00022 extern void push_to_bottom(/* x_gram */);
00023 
00024 #endif /* _XREVSTACK_H_ */


Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo
Source Perspective by Fisheye