X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsend.h;fp=src%2Fsend.h;h=0df7b064a6f14531dd94d7c9445ab19f6c988c64;hb=3787cd323f8bae8096463890982f100a69e348d2;hp=0000000000000000000000000000000000000000;hpb=c41d20b662ee28711818d5ff1e02c43404876c79;p=yandexfotkisp diff --git a/src/send.h b/src/send.h new file mode 100644 index 0000000..0df7b06 --- /dev/null +++ b/src/send.h @@ -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 "libsharing/sharing-transfer.h" +#include "libsharing/sharing-entry.h" +#include +#include "libsharing/sharing-plugin-interface.h" + +G_BEGIN_DECLS + +SharingPluginInterfaceSendResult share_item (SharingTransfer* transfer, + ConIcConnection* con, gboolean* dead_mans_switch); + +G_END_DECLS + +#endif // _SEND_H_ +