X-Git-Url: http://git.maemo.org/git/?p=sharing-cli;a=blobdiff_plain;f=src%2F.svn%2Ftext-base%2Fsend.h.svn-base;fp=src%2F.svn%2Ftext-base%2Fsend.h.svn-base;h=e316919ad3a844844509a9ba8fca298928fcd0de;hp=0000000000000000000000000000000000000000;hb=3419a53b563d0cce238372985421a83504680760;hpb=8cef44b33a1ba4668fc56ab330a5c8c96f0d1486 diff --git a/src/.svn/text-base/send.h.svn-base b/src/.svn/text-base/send.h.svn-base new file mode 100644 index 0000000..e316919 --- /dev/null +++ b/src/.svn/text-base/send.h.svn-base @@ -0,0 +1,29 @@ +/* + * This file is part of sharing-plugin-template + * + * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved. + * + * This maemo code example is licensed under a MIT-style license, + * that can be found in the file called "COPYING" in the root + * directory. + * + */ + +#ifndef _SEND_H_ +#define _SEND_H_ + +#include +#include +#include +#include +#include + +G_BEGIN_DECLS + +SharingPluginInterfaceSendResult send (SharingTransfer* transfer, + ConIcConnection* con, gboolean* dead_mans_switch); + +G_END_DECLS + +#endif // _SEND_H_ +