aboutsummaryrefslogtreecommitdiffstats
path: root/src/fm.h
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-28 20:50:56 +0800
committerverdant <im@verdant.ee>2026-07-28 20:50:56 +0800
commitb9f2bd4f7e3262f843e0b38551948e7af9b0cefc (patch)
tree653c1fc3646ac824c18c67a57cb662bf7a46b436 /src/fm.h
parent545ec339c296d1fe54d46fc25a4075397deee6cf (diff)
downloadsf-b9f2bd4f7e3262f843e0b38551948e7af9b0cefc.tar.gz
sf-b9f2bd4f7e3262f843e0b38551948e7af9b0cefc.zip
Add prototype definitaion to fix -Wmissing-prototypes warning
Diffstat (limited to 'src/fm.h')
-rw-r--r--src/fm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fm.h b/src/fm.h
index c6ed57c..e9e0fae 100644
--- a/src/fm.h
+++ b/src/fm.h
@@ -63,5 +63,6 @@ void magic_init(void);
void magic_cleanup(void);
void create_status_bar_win(terminal *t);
void draw_status_bar(window *bar_win, const char *cwd, char permission[11]);
+void get_permission(mode_t mode, char *str);
#endif /* SF_FM_H */