[PATCH next] Complete prototype of git_config_from_parameters()

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH next] Complete prototype of git_config_from_parameters()

From: Thomas Rast <hidden>
Date: 2016-06-15 22:48:50

Add the missing argument list.  (Its lack triggered a compiler warning
for me.)

Signed-off-by: Thomas Rast <redacted>
---

On top of 8b1fa778, which is only in 'next' so far.

 cache.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cache.h b/cache.h
index 51d9678..c966023 100644
--- a/cache.h
+++ b/cache.h
@@ -940,7 +940,7 @@ typedef int (*config_fn_t)(const char *, const char *, void *);
 extern int git_default_config(const char *, const char *, void *);
 extern int git_config_from_file(config_fn_t fn, const char *, void *);
 extern int git_config_parse_parameter(const char *text);
-extern int git_config_from_parameters();
+extern int git_config_from_parameters(config_fn_t fn, void *data);
 extern int git_config(config_fn_t fn, void *);
 extern int git_parse_ulong(const char *, unsigned long *);
 extern int git_config_int(const char *, const char *);
-- 
1.7.1.312.g24d42.dirty

Re: [PATCH next] Complete prototype of git_config_from_parameters()

From: Alex Riesen <hidden>
Date: 2016-06-15 22:48:50

On Fri, May 21, 2010 at 12:07, Thomas Rast [off-list ref] wrote:
Add the missing argument list.  (Its lack triggered a compiler warning
for me.)
Oh, thanks! I just forgot about the prototype from the previous iterations.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help