aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-02-13 21:04:19 +0000
committeroga2008-02-13 21:04:19 +0000
commitcf4822fb8f31ac4f586d1ccd678696502a9a05b5 (patch)
tree45030d9797469473bd1b1ca2d8e6b5185946c102 /calmwm.h
parent04d5150e6363273e7382d4a360e8e8baf3582fd6 (diff)
downloadcwm-cf4822fb8f31ac4f586d1ccd678696502a9a05b5.tar.gz
add usage() for when an unknown option is given.
from Gleydson Soares <gsoares@gmail.com>, thanks! ok jasper@
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 50e7c33..8446718 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.19 2008/01/16 11:39:20 oga Exp $
+ * $Id: calmwm.h,v 1.20 2008/02/13 21:04:19 oga Exp $
*/
#ifndef _CALMWM_H_
@@ -312,6 +312,7 @@ int x_errorhandler(Display *, XErrorEvent *);
void x_setup(char *display_name);
char *x_screenname(int);
void x_setupscreen(struct screen_ctx *, u_int);
+void usage(void);
struct client_ctx *client_find(Window);
void client_setup(void);