aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_init.h
diff options
context:
space:
mode:
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;