diff options
Diffstat (limited to 'common/utils.h')
| -rw-r--r-- | common/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utils.h b/common/utils.h index 412eb45..388a793 100644 --- a/common/utils.h +++ b/common/utils.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #include <plist/plist.h> | 34 | #include <plist/plist.h> |
| 35 | 35 | ||
| 36 | #ifndef HAVE_STPCPY | 36 | #ifndef HAVE_STPCPY |
| 37 | char *stpcpy(char * s1, const char * s2); | 37 | char *stpcpy(char *s1, const char *s2); |
| 38 | #endif | 38 | #endif |
| 39 | char *string_concat(const char *str, ...); | 39 | char *string_concat(const char *str, ...); |
| 40 | char *generate_uuid(); | 40 | char *generate_uuid(); |
