Added.
[silc.git] / lib / silcclient / client_ftp.h
index 385a48f418d10cf4a3df7e068db35c598c7c2dd3..13e415e5facfb52f8427e0ff2962ca3e1c344014 100644 (file)
@@ -1,10 +1,10 @@
 /*
 
-  client_ftp.h 
+  client_ftp.h
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2001 Pekka Riikonen
+  Copyright (C) 2007 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -20,4 +20,9 @@
 #ifndef CLIENT_FTP_H
 #define CLIENT_FTP_H
 
+SILC_FSM_STATE(silc_client_ftp);
+void silc_client_ftp_free_sessions(SilcClient client);
+void silc_client_ftp_session_free_client(SilcClient client,
+                                        SilcClientEntry client_entry);
+
 #endif /* CLIENT_FTP_H */