diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-03-04 12:07:02 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2012-03-04 12:07:02 +0000 |
commit | dac67a96f772ac579c14be0501737d9d777978dd (patch) | |
tree | 22a1a2e114dfe5b5789a5e4e83ad142c3614b18d /app/fvwm/extras/FvwmCommand/FvwmCommand.c | |
parent | 64e6f24d70997d19fe803bedfa9065e5bc77fb76 (diff) |
rename getline() occurrences to get_line().
Diffstat (limited to 'app/fvwm/extras/FvwmCommand/FvwmCommand.c')
-rw-r--r-- | app/fvwm/extras/FvwmCommand/FvwmCommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/extras/FvwmCommand/FvwmCommand.c b/app/fvwm/extras/FvwmCommand/FvwmCommand.c index 844269e64..b34262193 100644 --- a/app/fvwm/extras/FvwmCommand/FvwmCommand.c +++ b/app/fvwm/extras/FvwmCommand/FvwmCommand.c @@ -1,4 +1,4 @@ -/* $Id: FvwmCommand.c,v 1.1 2006/11/26 10:53:10 matthieu Exp $ +/* $Id: FvwmCommand.c,v 1.2 2012/03/04 12:07:01 fgsch Exp $ * $Source: /cvs/OpenBSD/xenocara/app/fvwm/extras/FvwmCommand/Attic/FvwmCommand.c,v $ * * Fvwm2 command input interface. @@ -18,7 +18,7 @@ int Fdr, Fdw; /* file discriptor for fifo */ FILE *Frun; /* File contains pid */ char *Fr_name; int Pfd; -char *getline(); +char *get_line(); fd_set fdset; struct timeval Tv; |