summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/defs.h b/defs.h
index 330441f..8213ea4 100644
--- a/defs.h
+++ b/defs.h
@@ -503,6 +503,7 @@ struct xlat {
int val;
const char *str;
};
+#define XLAT(x) { x, #x }
extern const struct xlat open_mode_flags[];
extern const struct xlat addrfams[];