aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-04 19:16:00 -0800
committerChristian Cunningham <cc@local.lan>2025-03-04 19:16:00 -0800
commite9c4bede32b0b80e111a372fc6cf6c53f4e453c9 (patch)
tree8989d7141c2512083065ea29c4b2ff0667407da6 /include
parent17857e46daf1f9d692ec09f555eb25eb84547db4 (diff)
Verbose function name
Diffstat (limited to 'include')
-rw-r--r--include/lib/dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/dir.h b/include/lib/dir.h
index 1d3b75f..39fe435 100644
--- a/include/lib/dir.h
+++ b/include/lib/dir.h
@@ -8,6 +8,6 @@
bool_t is_directory(char* dirname);
// List directory
-char** lsdir(char* dirname);
+char** list_directory(char* dirname);
#endif