diff options
author | nirav <nirav@teisuu.com> | 2019-03-28 09:10:52 +0530 |
---|---|---|
committer | nirav <nirav@teisuu.com> | 2019-03-28 09:10:52 +0530 |
commit | 477e1ba2977435ae7bb75c7dbd95cf28247f89bd (patch) | |
tree | ce1f9719a7d11bbd47e9adea26dd610bc087962e /src/string-util.h | |
parent | cc727e972f7fdc871ee1f42cf014151b67422bf0 (diff) | |
download | ap_client-477e1ba2977435ae7bb75c7dbd95cf28247f89bd.tar.gz ap_client-477e1ba2977435ae7bb75c7dbd95cf28247f89bd.zip |
Diffstat (limited to 'src/string-util.h')
-rw-r--r-- | src/string-util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/string-util.h b/src/string-util.h deleted file mode 100644 index 2625765..0000000 --- a/src/string-util.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __STRING_UTIL_H -#define __STRING_UTIL_H - -#include <sys/types.h> - -size_t strlcpy(char *dst, const char *src, size_t siz); -size_t strlcat(char *dst, const char *src, size_t siz); -char *str_replace(const char *str, const char *old, const char *new); - -#endif |