diff options
Diffstat (limited to 'sam.h')
| -rw-r--r-- | sam.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,8 +23,8 @@ enum SamError { SAM_ERR_COUNT, }; -bool sam_init(Vis*); -enum SamError sam_cmd(Vis*, const char *cmd); -const char *sam_error(enum SamError); +VIS_INTERNAL bool sam_init(Vis*); +VIS_INTERNAL enum SamError sam_cmd(Vis*, const char *cmd); +VIS_INTERNAL const char *sam_error(enum SamError); #endif |
