aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 550faac..aca1cf9 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -1218,6 +1218,8 @@ float waitLoadAverage(float la, float extra, int timeout)
1218 1218
1219 1219
1220// Rob forget to do this, but at least he didn't declare it static. 1220// Rob forget to do this, but at least he didn't declare it static.
1221// Later version of toybox, he declared it fucking static. Pffft
1222// 5a6d1746baacb40e2a3f094af50dbe9871afa3cf is what I was testing against.
1221struct dirtree *dirtree_handle_callback(struct dirtree *new, int (*callback)(struct dirtree *node)); 1223struct dirtree *dirtree_handle_callback(struct dirtree *new, int (*callback)(struct dirtree *node));
1222 1224
1223 1225