From: Jason Rumney Date: Thu, 21 Jun 2007 23:28:41 +0000 (+0000) Subject: (get_quoted_string): Make static X-Git-Tag: emacs-pretest-23.0.90~8295^2~398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=561af692c8cb82d6199d25c0c59eef9c2d92d4a7;p=emacs.git (get_quoted_string): Make static --- diff --git a/src/w32bdf.c b/src/w32bdf.c index 358415c6e42..316254eb7f9 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -93,7 +93,7 @@ proceed_file_line(char *key, char *start, int *len, char **val, char **next) return 1; } -char* +static char* get_quoted_string(char *start, char *end) { char *p, *q, *result;