diff options
author | sabetts <sabetts> | 2000-08-27 23:23:06 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-27 23:23:06 +0000 |
commit | e663c8716d275c7c16b618b6d12f7ec788e15c69 (patch) | |
tree | 5325480665e710536bc30d0f86cfaf4e43d2aebf /number.h | |
parent | 98a3dea008502975d0b4958a8dc2c4f37bfa6b80 (diff) | |
download | ratpoison-e663c8716d275c7c16b618b6d12f7ec788e15c69.zip |
initial check in
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'number.h')
-rw-r--r-- | number.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/number.h b/number.h new file mode 100644 index 0000000..f06fb53 --- /dev/null +++ b/number.h @@ -0,0 +1,3 @@ +int get_unique_window_number (); +void return_window_number (int n); +void init_numbers (); |