diff options
Diffstat (limited to 'include/link_install.h')
| -rw-r--r-- | include/link_install.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/link_install.h b/include/link_install.h new file mode 100644 index 0000000..a9528bb --- /dev/null +++ b/include/link_install.h @@ -0,0 +1,6 @@ +#ifndef LINK_INSTALL_H +#define LINK_INSTALL_H + +void link_install(const char *build_dir); + +#endif
\ No newline at end of file |
