~ubuntu-branches/ubuntu/raring/libnih/raring

« back to all changes in this revision

Viewing changes to nih-dbus-tool/symbol.c

  • Committer: James Hunt
  • Date: 2013-03-14 10:27:34 UTC
  • mfrom: (1027.1.34 upstart-devel-libnih)
  • Revision ID: james.hunt@ubuntu.com-20130314102734-blit21ei3v9n0u2o
Tags: 1.0.3-4ubuntu16
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:
40
40
/* Prototypes for static functions */
41
41
static char *symbol_strcat_interface (char **str, const void *parent,
42
42
                                      const char *format, ...)
43
 
        __attribute__ ((format (printf, 3, 4), warn_unused_result, malloc));
 
43
        __attribute__ ((format (printf, 3, 4), warn_unused_result));
44
44
static char *symbol_strcat_title     (char **str, const void *parent,
45
45
                                      const char *format, ...)
46
 
        __attribute__ ((format (printf, 3, 4), warn_unused_result, malloc));
 
46
        __attribute__ ((format (printf, 3, 4), warn_unused_result));
47
47
 
48
48
 
49
49
/**