Mercurial > pidgin.yaz
diff plugins/icq/filesession.h @ 1152:201ec77f3a60
[gaim-migrate @ 1162]
icq. whoop de doo
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 28 Nov 2000 02:22:42 +0000 |
parents | |
children | 8ed70631ed15 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/icq/filesession.h Tue Nov 28 02:22:42 2000 +0000 @@ -0,0 +1,17 @@ + +#ifndef _FILE_SESSION_H +#define _FILE_SESSION_H + +#include "icq.h" +#include "icqtypes.h" + +icq_FileSession *icq_FileSessionNew(ICQLINK *); +void icq_FileSessionDelete(void *); +void icq_FileSessionSetStatus(icq_FileSession *, int); +icq_FileSession *icq_FindFileSession(ICQLINK *, unsigned long, unsigned long); +void icq_FileSessionSetHandle(icq_FileSession *, const char *); +void icq_FileSessionSetCurrentFile(icq_FileSession *, const char *); +void icq_FileSessionPrepareNextFile(icq_FileSession *); +void icq_FileSessionSendData(icq_FileSession *); + +#endif