From: batt Date: Tue, 29 Sep 2009 07:35:25 +0000 (+0000) Subject: Add missing prototypes and missing wizard dependency. X-Git-Tag: 2.3.0~97 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=0f7e0ff6fdd1cf33240751ebd6eed7b34fe23b82 Add missing prototypes and missing wizard dependency. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2983 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/ax25.h b/bertos/net/ax25.h index 0aa8513d..1db21fa7 100644 --- a/bertos/net/ax25.h +++ b/bertos/net/ax25.h @@ -39,7 +39,7 @@ * * $WIZ$ module_name = "ax25" * $WIZ$ module_configuration = "bertos/cfg/cfg_ax25.h" - * $WIZ$ module_depends = "kfile" + * $WIZ$ module_depends = "kfile", "crc-ccitt" */ @@ -155,4 +155,8 @@ void ax25_poll(AX25Ctx *ctx); */ void ax25_init(AX25Ctx *ctx, KFile *channel, ax25_callback_t hook); +int ax25_testSetup(void); +int ax25_testTearDown(void); +int ax25_testRun(void); + #endif /* NET_AX25_H */