wmii/include/stuff/clientutil.h

14 lines
254 B
C
Raw Normal View History

/* Copyright ©2009-2010 Kris Maglione <maglione.k at Gmail>
2010-05-22 06:52:47 +04:00
* See LICENSE file for license details.
*/
2009-05-14 07:44:42 +04:00
#ifndef CLIENTEXTERN
# define CLIENTEXTERN extern
#endif
2010-10-08 00:31:41 +04:00
char* readctl(char*, char*);
2009-05-14 07:44:42 +04:00
void client_init(char*);
CLIENTEXTERN IxpClient* client;