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