]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/string.h
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / string.h
index 8ec579c7d3c382c1a8ceb6d25b3204f4987fd07b..9e9df4faa1ee054cbfd3aa746aeaeba8e859564e 100644 (file)
@@ -26,12 +26,6 @@ char *str_format_flags(char *dest, const char *fmt, uns flags);
 /** Counts occurrences of @chr in @str. **/
 uns str_count_char(const char *str, uns chr);
 
-/** Returns a non-zero value if @haystack starts with @needle. **/
-int str_starts_with(const char *haystack, const char *needle);
-
-/** Returns a non-zero value if @haystack ends with @needle. **/
-int str_ends_with(const char *haystack, const char *needle);
-
 /* str-esc.c */
 
 /**