summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-07 13:53:59 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-07 13:53:59 +0000
commit8ad5eef794085e02384b9b559820b3a6db02acd6 (patch)
tree7fa1b80dd6821c19c44784ad60b3fc714dca67d1 /common.h
parent614b207d1d651ddefe2c8899e1f301834e1a8612 (diff)
downloadldetect-8ad5eef794085e02384b9b559820b3a6db02acd6.tar
ldetect-8ad5eef794085e02384b9b559820b3a6db02acd6.tar.gz
ldetect-8ad5eef794085e02384b9b559820b3a6db02acd6.tar.bz2
ldetect-8ad5eef794085e02384b9b559820b3a6db02acd6.tar.xz
ldetect-8ad5eef794085e02384b9b559820b3a6db02acd6.zip
export table_name_to_file
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index d20fa49..e114533 100644
--- a/common.h
+++ b/common.h
@@ -8,6 +8,8 @@
#pragma GCC visibility push(hidden)
+extern char *table_name_to_file(const char *name);
+
typedef enum {
LOAD,
DO_NOT_LOAD,