projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89314e1
)
Fix function prototype to silence compiler warnings.
author
Magnus Hagander
<magnus@hagander.net>
Tue, 19 Feb 2008 12:06:35 +0000
(12:06 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 19 Feb 2008 12:06:35 +0000
(12:06 +0000)
src/timezone/strftime.c
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/strftime.c
b/src/timezone/strftime.c
index 298017d9a1f419d297df7cd9a79378da6b73d739..1a18136ea26242e72cd46af1631f69c19bdfba5b 100644
(file)
--- a/
src/timezone/strftime.c
+++ b/
src/timezone/strftime.c
@@
-92,7
+92,8
@@
static char *_add(const char *, char *, const char *);
static char *_conv(int, const char *, char *, const char *);
static char *_fmt(const char *, const struct pg_tm *, char *,
const char *, int *);
-static char * _yconv(int, int, int, int, char *, const char *);
+static char * _yconv(const int, const int, const int, const int,
+ char *, const char * const);
#define IN_NONE 0
#define IN_SOME 1