Skip to content

Commit 7fb0dbe

Browse files
ungpsdscho
authored andcommitted
fixup! strbuf.c: add strbuf_join_argv()
1 parent 59db786 commit 7fb0dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strbuf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ extern void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
288288
* Join the arguments into a buffer. `delim` is put between every
289289
* two arguments.
290290
*/
291-
extern const char *strbuf_join_argv(struct strbuf *buf, int argc,
292-
const char **argv, char delim);
291+
const char *strbuf_join_argv(struct strbuf *buf, int argc,
292+
const char **argv, char delim);
293293

294294
/**
295295
* This function can be used to expand a format string containing

0 commit comments

Comments
 (0)