aboutsummaryrefslogtreecommitdiff
path: root/src/http_Content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_Content.h')
-rw-r--r--src/http_Content.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/http_Content.h b/src/http_Content.h
new file mode 100644
index 0000000..c0a620e
--- /dev/null
+++ b/src/http_Content.h
@@ -0,0 +1,30 @@
+ /*@@
+ @header http_Content.h
+ @date Sun Sep 17 14:19:23 2000
+ @author Tom Goodale
+ @desc
+ Routines exported by the Content stuff.
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef __HTTP_CONTENT_H__
+#define __HTTP_CONTENT_H__ 1
+
+#define HTTP_QUICKLINK 1
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int HTTP_ContentLink(const char *URL,
+ const char *name,
+ const char *description,
+ int flags);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __HTTP_CONENT_H__ */