mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Even more missing static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
2
quote.h
2
quote.h
@@ -28,9 +28,7 @@
|
||||
* excluding the final null regardless of the buffer size.
|
||||
*/
|
||||
|
||||
extern char *sq_quote(const char *src);
|
||||
extern void sq_quote_print(FILE *stream, const char *src);
|
||||
extern size_t sq_quote_buf(char *dst, size_t n, const char *src);
|
||||
extern char *sq_quote_argv(const char** argv, int count);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user