plugins/icq/filesession.h

Sat, 21 Apr 2001 23:53:06 +0000

author
Decklin Foster <decklin@red-bean.com>
date
Sat, 21 Apr 2001 23:53:06 +0000
changeset 1741
4ee66d726ac7
parent 1152
e94e29686ded
child 1912
77d18e17199b
permissions
-rw-r--r--

[gaim-migrate @ 1751]
thanks decklin :)

committer: Eric Warmenhoven <warmenhoven@yahoo.com>


#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

mercurial