~kvalo/connman/bug-734339

« back to all changes in this revision

Viewing changes to include/task.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-12 10:08:03 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100212100803-s8iaj8g1dmgwm2uz
Tags: 0.48+dfsg-2
* Ubuntu/Debian sync upload
* Re-add missing changes from 0.45+dfsg that made it only in Ubuntu:
  - ship development parts in a connman-dev package (Closes: 546616)
    - add debian/connman-dev.install
    - update debian/control
* Update long descriptions for connman and connman-dev
  - update debian/control
* Add missing Depends on libglib2.0-dev, libdbus-1-dev for connman-dev
  - update debian/control
* Don't run bootstrap twice during build.
  - update debian/rules
* Remove old configure option: enable-ppp, with-pppd, enable-novatel,
  enable-huawei and enable-modemmgr are no longer recognized.
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                        connman_task_notify_t function, void *user_data);
57
57
 
58
58
int connman_task_run(struct connman_task *task,
59
 
                        connman_task_exit_t function, void *user_data);
 
59
                        connman_task_exit_t function, void *user_data,
 
60
                        int *stdin_fd, int *stdout_fd, int *stderr_fd);
60
61
int connman_task_stop(struct connman_task *task);
61
62
 
62
63
#ifdef __cplusplus