summaryrefslogtreecommitdiff
path: root/client/manager.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-08-12 11:45:12 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-08-12 15:23:15 +0300
commit571b824cfe2d0533dd902b8d3f15a51482265dde (patch)
treeeb4a50eaf35d175b0e3b28b0225702bf8b58c50f /client/manager.c
parent8bfd29e48836a5a943a10b16b6d89a0dfbc0bea7 (diff)
downloadobexd-571b824cfe2d0533dd902b8d3f15a51482265dde.tar.gz
client: add ftp target
ftp target implements file transfer and Nokia Pc Suite drivers.
Diffstat (limited to 'client/manager.c')
-rw-r--r--client/manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/manager.c b/client/manager.c
index 7e1eb1b..44de5d8 100644
--- a/client/manager.c
+++ b/client/manager.c
@@ -39,6 +39,7 @@
#include "session.h"
#include "manager.h"
#include "opp.h"
+#include "ftp.h"
#define CLIENT_SERVICE "org.openobex.client"
@@ -561,6 +562,7 @@ static struct target_module {
void (*exit) (void);
} targets[] = {
{ "opp", opp_init, opp_exit },
+ { "ftp", ftp_init, ftp_exit },
{ }
};