diff options
Diffstat (limited to 'src/buffer2array.h')
-rw-r--r-- | src/buffer2array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer2array.h b/src/buffer2array.h index cecd3b6d3..e12f0ceed 100644 --- a/src/buffer2array.h +++ b/src/buffer2array.h @@ -27,6 +27,6 @@ * The arguments buffer and array are modified. * Returns the number of elements tokenized. */ -int cstrtok(char *buffer, char *array[], const int max); +int buffer2array(char *buffer, char *array[], const int max); #endif |