[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
/*****************************************************************************/
/*
                                 screper.h

*/
/*****************************************************************************/

#ifndef SCREPER_H_LOADED
#define SCREPER_H_LOADED 1

char* ScreperDo (void*, char*);
void* ScreperDone (void*);
void* ScreperInit ();
void ScreperOpcom (char*, ...);

#endif /* SCREPER_H_LOADED */

/*****************************************************************************/