2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* pppd/system.h: Add pppdapp_initialize.
	* pppd/init.c: Remove pppdapp_initialize.
This commit is contained in:
Ralf Corsépius
2012-02-22 09:16:07 +01:00
parent 99aebcbc86
commit 56f1fbed85
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,6 @@
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtemspppd.h>
#include "netconfig.h"
extern int pppdapp_initialize(void);
#endif
rtems_task Init(rtems_task_argument argument)