mirror of
https://github.com/0intro/wmii
synced 2024-11-25 07:09:38 +03:00
14 lines
254 B
C
14 lines
254 B
C
/* Copyright ©2009-2010 Kris Maglione <maglione.k at Gmail>
|
|
* See LICENSE file for license details.
|
|
*/
|
|
|
|
#ifndef CLIENTEXTERN
|
|
# define CLIENTEXTERN extern
|
|
#endif
|
|
|
|
char* readctl(char*, char*);
|
|
void client_init(char*);
|
|
|
|
CLIENTEXTERN IxpClient* client;
|
|
|