summaryrefslogtreecommitdiff
path: root/trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h')
-rw-r--r--trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h b/trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h
new file mode 100644
index 00000000000..57ac8707445
--- /dev/null
+++ b/trunk/ACE/apps/JAWS/clients/WebSTONE/src/get.h
@@ -0,0 +1,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__ */