diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_export_next.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/b_export_next.h b/src/b_export_next.h index 4a8781b..8df8746 100644 --- a/src/b_export_next.h +++ b/src/b_export_next.h @@ -15,4 +15,6 @@ #include "s_struct.h" +void b_export_with_equals(const char arg[], t_msh *msh); + #endif |