This is main.h in view mode; [Download] [Up]
#include "handle.h" extern void usepipe(char *pipedir, char *pipename, char *pipetype); extern void init_geomview(int argc, char **argv); extern void usage(char *me, char *morestuff); extern int parse_common_arg(int *acp, char ***avp); extern char *geomview_system_initfile; extern vvec vv_load_path; extern vvec vv_emodule_path; #define load_path VVEC(vv_load_path, char *) #define load_path_count VVCOUNT(vv_load_path) #define emodule_path VVEC(vv_emodule_path, char *) #define emodule_path_count VVCOUNT(vv_emodule_path) extern int nwins;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.