diff options
Diffstat (limited to 'src/b_export_next.c')
-rw-r--r-- | src/b_export_next.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/b_export_next.c b/src/b_export_next.c index 44d2b9b..2641f65 100644 --- a/src/b_export_next.c +++ b/src/b_export_next.c @@ -10,3 +10,14 @@ /* */ /* ************************************************************************** */ +#include <libft.h> + +#include "s_struct.h" + +void + b_export_with_equals(const char arg[], + t_msh *msh) +{ + (void)arg; + (void)msh; +} |