summaryrefslogtreecommitdiff
path: root/src/g10lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/g10lib.h')
-rw-r--r--src/g10lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/g10lib.h b/src/g10lib.h
index a579e945..9d2ece9c 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -189,6 +189,9 @@ int _gcry_log_verbosity( int level );
/* Compatibility macro. */
#define log_mpidump _gcry_log_printmpi
+/* Tokeninze STRING and return a malloced array. */
+char **_gcry_strtokenize (const char *string, const char *delim);
+
/*-- src/hwfeatures.c --*/
/* (Do not change these values unless synced with the asm code.) */