Skip to content

Commit

Permalink
Remove unused function signatures in util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea-n committed Dec 5, 2023
1 parent daa07ba commit 401d824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ char *int2str (int d, int width);
char *left_pad_str (const char *s, int indent);
char *ltrim (char *s);
char *regex_extract_string (const char *str, const char *regex, int max_groups, char const **err);
char *replace_str (const char *str, const char *old, const char *new);
char *rtrim (char *s);
char *secs_to_str (int secs);
char *strtoupper(char *str);
char *substring (const char *str, int begin, int len);
char *trim_str (char *str);
Expand All @@ -104,7 +102,6 @@ int valid_output_type (const char *filename);
off_t file_size (const char *filename);
size_t append_str (char **dest, const char *src);
uint32_t djb2(const unsigned char *str);
uint32_t ip_to_binary (const char *ip);
uint64_t u64encode (uint32_t x, uint32_t y);
void genstr(char *dest, size_t len);
void set_tz (void);
Expand Down

0 comments on commit 401d824

Please sign in to comment.