File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
*
5
5
* Originally by
6
6
* B. Palmer, bpalmer@crimelabs.net 1-17-2001
7
- * $PostgreSQL: pgsql/contrib/oid2name/oid2name.c,v 1.29 2006/03/11 04 :38:30 momjian Exp $
7
+ * $PostgreSQL: pgsql/contrib/oid2name/oid2name.c,v 1.30 2006/10/19 20 :38:48 tgl Exp $
8
8
*/
9
9
#include "postgres_fe.h"
10
10
13
13
#include <getopt.h>
14
14
#endif
15
15
16
+ extern char * optarg ;
17
+
16
18
#include "libpq-fe.h"
17
19
18
20
/* an extensible array to keep track of elements to show */
Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.17 2006/10/16 19:58:27 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.18 2006/10/19 20:38:48 tgl Exp $
7
7
*/
8
8
9
9
#include "postgres.h"
14
14
#include <limits.h>
15
15
#include <locale.h>
16
16
17
+ extern int optind ;
18
+ extern char * optarg ;
19
+
17
20
#include "private.h"
18
21
#include "pgtz.h"
19
22
#include "tzfile.h"
You can’t perform that action at this time.
0 commit comments