Skip to content

Commit

Permalink
Fix llamafile.h regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 2, 2024
1 parent 5cf6e76 commit 5fcffd1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions llamafile/llamafile.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#define LLAMAFILE_H_
#include <stdio.h>
#include <stdbool.h>
COSMOPOLITAN_C_START_
#ifdef __cplusplus
extern "C" {
#endif

struct llamafile;
struct llamafile *llamafile_open(const char *, const char *);
Expand All @@ -25,5 +27,7 @@ void llamafile_schlep(const void *, size_t);
void llamafile_get_app_dir(char *, size_t);
bool llamafile_launch_browser(const char *);

COSMOPOLITAN_C_END_
#ifdef __cplusplus
}
#endif
#endif /* LLAMAFILE_H_ */

0 comments on commit 5fcffd1

Please sign in to comment.