Skip to content

Commit

Permalink
fix c header
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 11, 2024
1 parent f4c8f9b commit d02d2a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libxtracfg/c/include/libxtracfg.h
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
char* xtracfg_execute(const char* command, int* err);

#ifdef __cplusplus
extern "C" {
#endif
char* xtracfg_execute(const char* command, int* err);
#ifdef __cplusplus
}
#endif

0 comments on commit d02d2a5

Please sign in to comment.