summaryrefslogtreecommitdiffstats
path: root/src.scim2/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src.scim2/main.h')
-rwxr-xr-xsrc.scim2/main.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src.scim2/main.h b/src.scim2/main.h
new file mode 100755
index 0000000..64324f7
--- /dev/null
+++ b/src.scim2/main.h
@@ -0,0 +1,21 @@
+int main (int argc, char ** argv);
+int exit_app(int status);
+void create_structures();
+void delete_structures();
+void load_sc();
+void read_argv(int argc, char ** argv);
+void setorder(int i);
+void nopipe();
+void signals();
+
+// SIGINT signal
+void sig_int();
+
+// SIGWINCH signal - resize of terminal
+void winchg();
+
+void scerror(char * s, ...);
+void scinfo(char * s, ...);
+void scdebug(char * s, ...);
+
+extern FILE * fdoutput; // output file descriptor (stdout or file)