summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-08-29 15:32:13 -0300
committermongo <mongo@iomega>2016-08-29 15:32:13 -0300
commit93ff070c9e08e7492dc4d261db285964eebc0378 (patch)
treef6165b0d9bb3f58d5575ec3919e9966b4646d36d /src/sc.h
parentfa658e8e2d475bd97ca85e01ceafa0ca1ad57cee (diff)
Changed sc_error sc_info and sc_debug functions to MACROS
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sc.h b/src/sc.h
index b40598c..2880ce5 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -355,7 +355,5 @@ extern void label(register struct ent *v, register char *s, int flushdir);
extern double eval_result;
extern char * seval_result;
-void sc_debug(char * s, ...);
-void sc_info(char * s, ...);
-void sc_error(char * s, ...);
+void sc_msg(char * s, int type, ...);
#endif // SC_H_