summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/defs.h b/defs.h
index 8213ea4..b0a9144 100644
--- a/defs.h
+++ b/defs.h
@@ -504,6 +504,7 @@ struct xlat {
const char *str;
};
#define XLAT(x) { x, #x }
+#define XLAT_END { 0, NULL }
extern const struct xlat open_mode_flags[];
extern const struct xlat addrfams[];