~ubuntu-branches/ubuntu/trusty/libnih/trusty-proposed

« back to all changes in this revision

Viewing changes to nih-dbus-tool/marshal.h

  • Committer: Package Import Robot
  • Author(s): James Hunt
  • Date: 2013-03-14 09:14:22 UTC
  • mfrom: (1069.1.9 ubuntu-libnih)
  • Revision ID: package-import@ubuntu.com-20130314091422-hjo8d05mpjo91ssv
Tags: 1.0.3-4ubuntu16
* debian/{libnih1.postinst,libnih-dbus1.postinst}: Force an upgrade to
  restart Upstart (to pick up new package version) if the running
  instance supports it.
* Merge of important fixes from lp:~upstart-devel/libnih/nih
  (LP: #776532, LP: #777097, LP: #834813, LP: #1123588).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
               const char *prefix, const char *interface_symbol,
36
36
               const char *member_symbol, const char *symbol,
37
37
               NihList *structs)
38
 
        __attribute__ ((warn_unused_result, malloc));
 
38
        __attribute__ ((warn_unused_result));
39
39
 
40
40
NIH_END_EXTERN
41
41