repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix move command parsing.
[fvwm.git]
/
modules
/
FvwmGtk
/
expand.h
blob
722e46542e501a23a0eaf7370fef7f11746e1918
1
/* -*-c-*- */
2
#ifndef _EXPAND_H
3
#define _EXPAND_H
4
5
char
*
recursive_replace
(
GtkWidget
*
d
,
char
*
val
);
6
7
#endif
/* _EXPAND_H */