aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_compat.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-13 16:58:19 +0000
committerLev Walkin <vlm@lionet.info>2004-08-13 16:58:19 +0000
commit79f5495aaa51627e231c146665b28dfb42e3c13c (patch)
treebc35b7bc6a9890274b23f1cde400877bd0f9eeb5 /libasn1compiler/asn1c_compat.h
parent0ce0fd7bb4bd6127452fd213b1e2d2105ae103ea (diff)
custom basename(3) and dirname(3)
Diffstat (limited to 'libasn1compiler/asn1c_compat.h')
-rw-r--r--libasn1compiler/asn1c_compat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libasn1compiler/asn1c_compat.h b/libasn1compiler/asn1c_compat.h
new file mode 100644
index 00000000..9461b781
--- /dev/null
+++ b/libasn1compiler/asn1c_compat.h
@@ -0,0 +1,11 @@
+#ifndef ASN1C_COMPAT_H
+#define ASN1C_COMPAT_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+char *a1c_basename(const char *path);
+char *a1c_dirname(const char *path);
+
+#endif /* ASN1C_COMPAT_H */