]> andersk Git - libfaim.git/blob - utils/faimtest/faimtest.h
15fc33c9637c1c0d3be37a85c98c98f30fc3342e
[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.099384 seconds and 3 git commands to generate.