aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_init.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-19 16:39:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-05-19 16:39:14 +0000
commita98301160de4c12f455cca8f78509f2e04626c0b (patch)
treecdf14046298d40ca8398925603fb4011360b187a /src/os/unix/ngx_freebsd_init.h
parentbb4ec5c1721defd7b10f83ace51bddb71726dd1a (diff)
downloadnginx-a98301160de4c12f455cca8f78509f2e04626c0b.tar.gz
nginx-a98301160de4c12f455cca8f78509f2e04626c0b.zip
nginx-0.0.1-2003-05-19-20:39:14 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_init.h')
-rw-r--r--src/os/unix/ngx_freebsd_init.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_init.h b/src/os/unix/ngx_freebsd_init.h
index 400295ae7..d0d2c5b87 100644
--- a/src/os/unix/ngx_freebsd_init.h
+++ b/src/os/unix/ngx_freebsd_init.h
@@ -5,10 +5,12 @@
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_log.h>
+#include <ngx_os_init.h>
#include <sys/sysctl.h>
-int ngx_os_init(ngx_log_t *log);
+int ngx_unix_init(ngx_log_t *log);
+ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size);
extern int ngx_freebsd_kern_osreldate;