Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
649 B

#ifndef SLMPROTO_H
#define SLMPROTO_H
F FAddFInit(AD *);
F FAddFDir(AD *);
F FAddPInit(AD *);
F FCatInit(AD *);
F FCatDir(AD *);
F FDefInit(AD *);
F FDefDir(AD *);
F FDelFInit(AD *);
F FDelFDir(AD *);
F FDelPInit(AD *);
F FEnlInit(AD *);
F FEnlDir(AD *);
F FInInit(AD *);
F FInDir(AD *);
F FLogInit(AD *);
F FLogDir(AD *);
F FOutInit(AD *);
F FOutDir(AD *);
F FScompInit(AD *);
F FScompDir(AD *);
F FSyncInit(AD *);
F FSyncDir(AD *);
F FSyncTerm(AD *);
F FStatInit(AD *);
F FStatDir(AD *);
#endif