diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-03-19 02:13:27 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-19 02:13:27 +0000 |
| commit | da9dcf826bea000908b63297ef7d90e8a64d390e (patch) | |
| tree | 48f68948644b2f9884566ab95d4536fa019ec187 /src/backend/port/inet_aton.h | |
| parent | 8411931a5962a70a9856d75faec420c6d310e702 (diff) | |
| download | postgresql-da9dcf826bea000908b63297ef7d90e8a64d390e.tar.gz | |
there, that's fixed
Diffstat (limited to 'src/backend/port/inet_aton.h')
| -rw-r--r-- | src/backend/port/inet_aton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/port/inet_aton.h b/src/backend/port/inet_aton.h new file mode 100644 index 0000000000..6909bd2b12 --- /dev/null +++ b/src/backend/port/inet_aton.h @@ -0,0 +1,2 @@ +int +inet_aton(const char *cp, struct in_addr *addr); |
