summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordgaudet <dgaudet@13f79535-47bb-0310-9956-ffa450edef68>2000-04-14 02:21:28 +0000
committerdgaudet <dgaudet@13f79535-47bb-0310-9956-ffa450edef68>2000-04-14 02:21:28 +0000
commit906d1e70bea3f18e409e2f22036d656b80006801 (patch)
treea84912e57d280e68ae78dce53905ac73fc4ae607 /include
parent25750e4962a549eba54a8bbed0837992b2a578be (diff)
downloadlibapr-906d1e70bea3f18e409e2f22036d656b80006801.tar.gz
more namespace cleanup
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/unix/mmap.c2
-rw-r--r--include/arch/unix/networkio.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/arch/unix/mmap.c b/include/arch/unix/mmap.c
index 0c763a800..c2c48869a 100644
--- a/include/arch/unix/mmap.c
+++ b/include/arch/unix/mmap.c
@@ -62,7 +62,7 @@
#if HAVE_MMAP
-ap_status_t mmap_cleanup(void *themmap)
+static ap_status_t mmap_cleanup(void *themmap)
{
ap_mmap_t *mm = themmap;
int rv;
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index 6ebb096e6..d3e3f732c 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -134,8 +134,5 @@ struct ap_pollfd_t {
};
-ap_int16_t get_event(ap_int16_t);
-ap_int16_t get_revent(ap_int16_t);
-
#endif /* ! NETWORK_IO_H */