view plugins/icq/filesession.h @ 1401:bf041349b11e

[gaim-migrate @ 1411] abliity to set accounts away independent of each other. also allows for all the other states (like in yahoo and icq). probably breaks MSN, so don't use it until rob fixes it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Jan 2001 22:15:24 +0000
parents 201ec77f3a60
children 8ed70631ed15
line wrap: on
line source


#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