summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_format.h')
-rw-r--r--libaf/af_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index dffd87e85e..8963886b41 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -84,6 +84,8 @@
#define AF_FORMAT_FLOAT_NE AF_FORMAT_FLOAT_LE
#endif
+#define AF_FORMAT_UNKNOWN (-1)
+
extern int af_str2fmt(const char *str);
extern int af_str2fmt_short(const char *str);
extern int af_fmt2bits(int format);