home *** CD-ROM | disk | FTP | other *** search
- #if defined(__STDC__) || defined(__cplusplus)
- # define _P(s) s
- #else
- # define _P(s) ()
- #endif
-
-
- /* eelib.c */
- int main _P((int argc, char *argv[]));
- void usage _P((void));
- void Command_Screen _P((void));
- void command _P((void));
- void add_lib _P((void));
- void extract_lib _P((void));
- int copy_to_file _P((void));
- void create_lib _P((void));
- void create _P((void));
- void delete_lib _P((void));
- void replace_file _P((char *file1, char *file2));
- void show_lib _P((void));
- void list_lib _P((void));
- void map_lib _P((void));
-
- #undef _P
-