home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume38
/
libftp
/
part01
/
FtpInitMessage.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-13
|
215b
|
20 lines
#include "FtpLibrary.h"
char * FtpMessageList[1000];
STATUS FtpInitMessageList()
{
int i;
static u = 0;
if ( u )
return 1;
u = 1;
for (i=0;i<1000;i++)
FtpMessageList[i]=NULL;
return 1;
}