]> andersk Git - libfaim.git/blob - utils/faimtest/faimtest.h
557629c9102714d9e910113e3943637f78fb8104
[libfaim.git] / utils / faimtest / faimtest.h
1 #ifndef __FAIMTEST_H__
2 #define __FAIMTEST_H__
3
4 #include <aim.h> 
5
6 extern int keepgoing;
7 int login(const char *sn, const char *passwd);
8 int logout(void);
9
10 void cmd_init(void);
11 void cmd_gotkey(void);
12 void cmd_uninit(void);
13
14 #endif /* __FAIMTEST_H__ */
This page took 0.024976 seconds and 3 git commands to generate.