postgres 0.7.9.2008.01.03 → 0.7.9.2008.01.09

Sign up to get free protection for your applications and to get access to all the features.
data/ext/pg.h DELETED
@@ -1,13 +0,0 @@
1
- #include <stdio.h>
2
- #include <stdlib.h>
3
- #include <sys/types.h>
4
-
5
- #include "ruby.h"
6
- #include "rubyio.h"
7
- #include "libpq-fe.h"
8
- #include "libpq/libpq-fs.h" /* large-object interface */
9
-
10
- #include "compat.h"
11
-
12
- void Init_pg(void);
13
-