]> andersk Git - libfaim.git/blob - utils/faimtest/faimtest.h
- Tue Mar 13 20:23:04 UTC 2001
[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.336616 seconds and 5 git commands to generate.