chiark / gitweb /
Experimental new support for packet buffering.
[mLib] / url.h
diff --git a/url.h b/url.h
index 3ccc49a8a77eb2038d23af59c95a30d06678e386..55e443dacb11b3513a2ac60d695d83ce6b7d2818 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: url.h,v 1.1 1999/06/01 09:49:48 mdw Exp $
+ * $Id: url.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
  *
  * Parsing and construction of url-encoded name/value pairs
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: url.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/06/01 09:49:48  mdw
  * New files for url-encoding and decoding.
  *
  */
 
-#ifndef URL_H
-#define URL_H
+#ifndef MLIB_URL_H
+#define MLIB_URL_H
 
 #ifdef __cplusplus
   extern "C" {
@@ -44,7 +47,7 @@
 
 /*----- Header files ------------------------------------------------------*/
 
-#ifndef DSTR_H
+#ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif