Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / src / get.h
blob030c0d35f81fa0352eb30249a48451825d78b810
1 #ifndef __GET_H__
2 #define __GET_H__
3 /**************************************************************************
4 * *
5 * Copyright (C) 1995 Silicon Graphics, Inc. *
6 * *
7 * These coded instructions, statements, and computer programs where *
8 * deveolped by SGI for public use. If anychanges are made to this code *
9 * please try to get the changes back to the author. Feel free to make *
10 * modfications and changes to the code and release it. *
11 * *
12 **************************************************************************/
14 extern int get(char *loc, int port, char *url, rqst_timer_t *timer);
16 #endif /* !__GET_H__ */