summaryrefslogtreecommitdiffstats
path: root/src/hide_show.h
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 16:20:17 -0300
committermongo <mongo@iomega>2016-04-15 16:20:17 -0300
commitf686ba184e0af3fd37aa8a743631a7a376f30843 (patch)
treee9a48dc691511a2961f93163944ba0ca1a84e5b3 /src/hide_show.h
parentc0a088d7a4bc61e6e69fa5bd8964c39f68507c71 (diff)
Renamed src.scim2 to src
Diffstat (limited to 'src/hide_show.h')
-rwxr-xr-xsrc/hide_show.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hide_show.h b/src/hide_show.h
new file mode 100755
index 0000000..332f005
--- /dev/null
+++ b/src/hide_show.h
@@ -0,0 +1,6 @@
+void hide_row(int from_row, int arg);
+void hide_col(int from_col, int arg);
+void show_row(int from_row, int arg);
+void show_col(int from_col, int arg);
+void show_hiddenrows();
+void show_hiddencols();