~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to libkoto/koto-platform.h

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-09-29 10:24:11 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080929102411-vv4quqpp2m0ppl3q
Tags: 0.14-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef _KOTO_PLATFORM
20
20
#define _KOTO_PLATFORM
21
21
 
 
22
#include "koto-task.h"
 
23
 
22
24
G_BEGIN_DECLS
23
25
 
24
26
void koto_platform_open_url (const char *url);
 
27
void koto_platform_edit_task (KotoTask *task);
25
28
 
26
29
#endif /* _KOTO_PLATFORM */