aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/inet.h')
-rw-r--r--src/include/utils/inet.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index 4cc13f06a8e..075d66aa6b3 100644
--- a/src/include/utils/inet.h
+++ b/src/include/utils/inet.h
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
- * builtins.h
- * Declarations for operations on built-in types.
+ * inet.h
+ * Declarations for operations on INET datatypes.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inet.h,v 1.6 2000/01/26 05:58:38 momjian Exp $
+ * $Id: inet.h,v 1.7 2000/07/06 05:48:31 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -45,15 +45,4 @@ typedef struct macaddr
unsigned char f;
} macaddr;
-
-typedef struct manufacturer
-{
- unsigned char a;
- unsigned char b;
- unsigned char c;
- char *name;
-} manufacturer;
-
-extern manufacturer manufacturers[];
-
#endif /* MAC_H */