summaryrefslogtreecommitdiff
path: root/Bus/Ivy/intervalRegexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy/intervalRegexp.h')
-rw-r--r--Bus/Ivy/intervalRegexp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Bus/Ivy/intervalRegexp.h b/Bus/Ivy/intervalRegexp.h
deleted file mode 100644
index c1176ff..0000000
--- a/Bus/Ivy/intervalRegexp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef INTERVALREGEXP_H
-#define INTERVALREGEXP_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int regexpGen (char *regexp, size_t buflen, long min, long max, int flottant);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif