summaryrefslogtreecommitdiff
path: root/apps/examples/ftpc/ftpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpc/ftpc.h')
-rw-r--r--apps/examples/ftpc/ftpc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/examples/ftpc/ftpc.h b/apps/examples/ftpc/ftpc.h
index 503922375..b6fe35aed 100644
--- a/apps/examples/ftpc/ftpc.h
+++ b/apps/examples/ftpc/ftpc.h
@@ -83,23 +83,10 @@ typedef int (*cmd_t)(SESSION handle, int argc, char **argv);
* Public Data
****************************************************************************/
-extern const char g_ftpcgreeting[];
-extern const char g_ftpcprompt[];
-extern const char g_fmtcmdfailed[];
-
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
-/* Network initialization */
-
-extern int ftpc_netinit(void);
-
-/* Current working directory support */
-
-extern char *ftpc_getfullpath(const char *relpath);
-extern void ftpc_freefullpath(char *relpath);
-
/* FTP command handlers */
extern int cmd_rlogin(SESSION handle, int argc, char **argv);