summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-05 23:56:32 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-05 23:56:32 -0300
commita80288e0a2110b5b8c7362f8ee3b28a69d99d870 (patch)
tree1321ebe1448297382e087f4c74dc42b558c3d217 /src/sc.h
parentf89bd0bd11631b676ec1894486e24759f0ffe853 (diff)
more work on isolating ui
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc.h b/src/sc.h
index 92f0555..3c4cb64 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -356,5 +356,4 @@ extern void label(register struct ent *v, register char *s, int flushdir);
extern double eval_result;
extern char * seval_result;
-void sc_msg(char * s, int type, ...);
#endif // SC_H_