Mercurial > hg > xemacs-beta
diff lib-src/gnuclient.c @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 25f70ba0133c |
children | 929b76928fce |
line wrap: on
line diff
--- a/lib-src/gnuclient.c Mon Aug 13 09:44:44 2007 +0200 +++ b/lib-src/gnuclient.c Mon Aug 13 09:45:46 2007 +0200 @@ -78,7 +78,7 @@ void initialize_signals (void); -void +static void tell_emacs_to_resume (int sig) { char buffer[GSERV_BUFSZ+1]; @@ -104,7 +104,7 @@ #endif /* !SYSV_IPC */ } -void +static void pass_signal_to_emacs (int sig) { if (kill (emacs_pid, sig) == -1) @@ -196,7 +196,7 @@ /* Encase the string in quotes, escape all the backslashes and quotes in string. */ -char * +static char * clean_string (CONST char *s) { int i = 0;