Cull unused functions when compiling against librplay.
[fvwm.git] / modules / FvwmButtons / parse.h
blobb825f011a3491cceddc7b2d9d146865265bee602
1 /* -*-c-*- */
2 /*
3 * FvwmButtons, copyright 1996, Jarl Totland
5 * This module, and the entire GoodStuff program, and the concept for
6 * interfacing this module to the Window Manager, are all original work
7 * by Robert Nation
9 * Copyright 1993, Robert Nation. No guarantees or warantees or anything
10 * are provided or implied in any way whatsoever. Use this program at your
11 * own risk. Permission to use this program for any purpose is given,
12 * as long as the copyright is kept intact.
16 void ParseConfiguration(button_info *ub);
17 void parse_window_geometry(char *geom, int is_button_geometry);
18 char *expand_action(char *in_action, button_info *b);