summaryrefslogtreecommitdiff
path: root/src/number.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-09-07 16:49:23 +0000
committersabetts <sabetts>2000-09-07 16:49:23 +0000
commit60767d1215233461273d4d16df8ff52cf15b4010 (patch)
treed62f90a2f202366b829f274fc21458ab70df6730 /src/number.h
parent33fb61429337fc71292628e9dac1ddf599938304 (diff)
downloadratpoison-60767d1215233461273d4d16df8ff52cf15b4010.zip
restructured tree, added automake and autoconf to the build process.
Diffstat (limited to 'src/number.h')
-rw-r--r--src/number.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/number.h b/src/number.h
new file mode 100644
index 0000000..f06fb53
--- /dev/null
+++ b/src/number.h
@@ -0,0 +1,3 @@
+int get_unique_window_number ();
+void return_window_number (int n);
+void init_numbers ();