diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ouroboros/utils.h b/include/ouroboros/utils.h index f5f8610d..be345c19 100644 --- a/include/ouroboros/utils.h +++ b/include/ouroboros/utils.h @@ -38,7 +38,6 @@ typedef struct { size_t len; } buffer_t; - /* * Returns the number of characters a uint would * need when represented as a string @@ -46,7 +45,7 @@ typedef struct { int n_digits(unsigned i); /* gets the application name */ -char * path_strip(char * src); +char * path_strip(const char * src); /* destroy a ** */ #define freepp(type, ptr, len) \ |