- Change help version to 5.4DEV
[nedit.git] / source / server.h
blob6664ae64344d6cbf78625e78628e8215c3909d64
1 /* $Id: server.h,v 1.5 2002/09/11 18:59:49 arnef Exp $ */
3 #ifndef NEDIT_SERVER_H_INCLUDED
4 #define NEDIT_SERVER_H_INCLUDED
6 #include "window.h"
8 #define NO_CONNECTION -1
9 #define COM_OK 1
10 #define COM_FAILURE 2
12 void InitServerCommunication(void);
13 void ServerMainLoop(XtAppContext context);
14 Boolean ServerDispatchEvent(XEvent *event);
15 void DeleteFileClosedProperty(WindowInfo *window);
17 #endif /* NEDIT_SERVER_H_INCLUDED */