Searched defs:getout (Results 1 – 2 of 2) sorted by relevance
102 struct getout { struct103 struct getout *next; /* next one */ argument104 char *url; /* the URL we deal with */105 char *outfile; /* where to store the output */106 char *infile; /* file to upload, if GETOUT_UPLOAD is set */107 int flags; /* options - composed of GETOUT_* bits */
706 static void getout(void) in getout() function