Imported Upstream version 2.5.1
[debian/amanda] / regex-src / cname.h
index a33a8af2a7804bcb12369bd448d7c986d9c12419..8d5c602db20e12b68a577566fc51942bc4935c32 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef CNAME_H
+#define CNAME_H
+
 /* character-name table */
 static struct cname {
        char *name;
@@ -100,3 +103,5 @@ static struct cname {
        { "DEL",                        '\177' },
        { NULL,                         0 }
 };
+
+#endif /* !CNAME_H */