]> andersk Git - libfaim.git/blob - utils/faimtest/faimtest.h
- Wed Mar 14 03:11:03 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 extern struct aim_session_t aimsess;
8
9 int login(const char *sn, const char *passwd);
10 int logout(void);
11
12 void cmd_init(void);
13 void cmd_gotkey(void);
14 void cmd_uninit(void);
15
16 #endif /* __FAIMTEST_H__ */
This page took 0.71536 seconds and 5 git commands to generate.