aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sam.h b/sam.h
index 0de831e..4c37da3 100644
--- a/sam.h
+++ b/sam.h
@@ -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