summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-12 12:11:51 -0300
committermongo <mongo@iomega>2016-04-12 12:11:51 -0300
commit09198e013832263764642c374d7fa7e222521c2e (patch)
tree9d1d372ee48cc231bf4da3117c1b4885f57bcf76
parentcc002346a1f5ee45cf1b1d6103b13e5c5137585f (diff)
renamed scerror to sc_error and scinfo to sc_info
-rwxr-xr-xsrc.scim2/sc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src.scim2/sc.h b/src.scim2/sc.h
index 986f230..c375fb8 100755
--- a/src.scim2/sc.h
+++ b/src.scim2/sc.h
@@ -383,6 +383,7 @@ extern void label(register struct ent *v, register char *s, int flushdir);
extern double eval_result;
extern char * seval_result;
-void scerror(char * s, ...);
-void scinfo(char * s, ...);
+void sc_debug(char * s, ...);
+void sc_info(char * s, ...);
+void sc_error(char * s, ...);
#endif // SC_H_