summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/src/get.h
blob: 57ac8707445a8a3931c11962824f21af88be4116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __GET_H__
#define __GET_H__
/* $Id$ */
/**************************************************************************
 *                                                                        *
 *               Copyright (C) 1995 Silicon Graphics, Inc.                *
 *                                                                        *
 *  These coded instructions, statements, and computer programs  where    *
 *  deveolped by SGI for public use.  If anychanges are made to this code *
 *  please try to get the changes back to the author.  Feel free to make  *
 *  modfications and changes to the code and release it.                  *
 *                                                                        *
 **************************************************************************/

extern int      get(char *loc, int port, char *url, rqst_timer_t *timer);

#endif /* !__GET_H__ */