struct g_struct
{
char sFileType; /* The type of object (A_FILE, A_CSO, etc)*/
char sTitle[256]; /* User-displayed title of object */
char sPath[256]; /* Internal pathname to object on host */
char sHost[100]; /* Internet name of host */
int iPort; /* Port number on host */
/*#ifdef GOPHER_SERVER */
int iItemnum; /* The number of the item in the directory*/
/*#endif*/
};
/*** Real live functions defined in gopherstruct.c ***/
void GSnew();
void GSinit();
void GStoNet();
/****************************************************************
** A Gopher directory structure You don't want to have too many
** of these defined in a program (they're biiiiiiggggg!)
**
*****************************************************************/