summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:55 +0000
commit33679ec46e4e57d47be4580d4b699278733369d7 (patch)
treec3b2cdcea96c771c03524058a1877c6f0b4f280c /cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
parentRemoved networkconfig.h since it reflects target specific initialization. (diff)
downloadrtems-33679ec46e4e57d47be4580d4b699278733369d7.tar.bz2
All warnings removed.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet_internal.h')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index bd4f2e457e..646e0213f8 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -1,6 +1,10 @@
/*
* Declarations to fit FreeBSD to RTEMS.
- * This include file should *never* be exposed to the application programmer.
+ *
+ *******************************************************************
+ * WARNING *
+ * This file should *never* be included by any application program *
+ *******************************************************************
*
* $Id$
*/
@@ -155,4 +159,16 @@ extern int rtems_bsdnet_nameserver_count;
*/
#define SIO_RTEMS_SHOW_STATS _IO('i', 250)
+/*
+ * Some extra prototypes
+ */
+int sethostname (char *name, int namelen);
+void domaininit (void *);
+void ifinit (void *);
+void ipintr (void);
+void arpintr (void);
+void bootpc_init(void);
+int socket (int, int, int);
+int ioctl (int, unsigned long, ...);
+
#endif /* _RTEMS_BSDNET_INTERNAL_H_ */