summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/utils.h b/utils/utils.h
index ce3158de1..5fa521c01 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -231,17 +231,6 @@ nserror vsnstrjoin(char **str, size_t *size, char sep, size_t nelm, va_list ap);
*/
nserror snstrjoin(char **str, size_t *size, char sep, size_t nelm, ...);
-/**
- * Comparison function for sorting directories.
- *
- * Correctly orders non zero-padded numerical parts.
- * ie. produces "file1, file2, file10" rather than "file1, file10, file2".
- *
- * d1 first directory entry
- * d2 second directory entry
- */
-int dir_sort_alpha(const struct dirent **d1, const struct dirent **d2);
-
/* Platform specific functions */
void warn_user(const char *warning, const char *detail);