~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/tests/test_control.c

  • Committer: Scott James Remnant
  • Date: 2008-06-01 18:43:48 UTC
  • Revision ID: scott@netsplit.com-20080601184348-j4fcl3cuvg686ldj
* init/control.c (control_get_job_by_name): Remove const from
return parameter.
* init/control.h: Update prototype.
* init/tests/test_control.c (test_get_job_by_name): Remove const
from path type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
903
903
{
904
904
        NihDBusMessage *message;
905
905
        JobClass       *class;
906
 
        const char     *path;
 
906
        char           *path;
907
907
        NihError       *error;
908
908
        NihDBusError   *dbus_error;
909
909
        int             ret;