cvsimport
[fvwm.git] / fvwm / expand.h
blob30f172f0da12efadf067514213d43011e97dd3fd
1 /* -*-c-*- */
3 #ifndef EXPAND_H
4 #define EXPAND_H
6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 /* ---------------------------- global macros ------------------------------ */
12 /* ---------------------------- type definitions --------------------------- */
14 /* ---------------------------- exported variables (globals) --------------- */
16 /* ---------------------------- interface functions ------------------------ */
18 char *expand_vars(
19 char *input, char *arguments[], Bool addto, Bool ismod,
20 cond_rc_t *cond_rc, const exec_context_t *exc);
22 #endif /* EXPAND_H */