diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 12:38:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:38:16 -0400 |
commit | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch) | |
tree | 96579246478b851117df7c544eb6a7253136bed8 /include/berry_crush.h | |
parent | 731a4420353869e3d7e3b4a6e375a2234ee9169f (diff) | |
parent | 22e2c0a47ca876313604f0dd031abb324477186f (diff) |
Merge pull request #1378 from GriffinRichards/doc-berrycrush
Document Berry Crush
Diffstat (limited to 'include/berry_crush.h')
-rwxr-xr-x | include/berry_crush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/berry_crush.h b/include/berry_crush.h index a08f1f699..02dcce506 100755 --- a/include/berry_crush.h +++ b/include/berry_crush.h @@ -3,6 +3,6 @@ #include "main.h" -void StartBerryCrush(MainCallback callback); +void StartBerryCrush(MainCallback exitCallback); #endif // GUARD_BERRY_CRUSH_H |