Added first proof-of-concept type implementation.
[sharing-cli] / src / send.h
index e316919..2b416d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of sharing-plugin-template
+ * This file is part of Command-Line Sharing Plugin
  *
  * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
  *
@@ -20,7 +20,7 @@
 
 G_BEGIN_DECLS
 
-SharingPluginInterfaceSendResult send (SharingTransfer* transfer,
+SharingPluginInterfaceSendResult cli_send (SharingTransfer* transfer,
     ConIcConnection* con, gboolean* dead_mans_switch);
 
 G_END_DECLS