~ci-train-bot/url-dispatcher/url-dispatcher-ubuntu-yakkety-landing-061

« back to all changes in this revision

Viewing changes to service/dispatcher.h

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-10-31 15:50:49 UTC
  • mfrom: (74.1.8 url-dispatcher)
  • Revision ID: ps-jenkins@lists.canonical.com-20141031155049-m4fu0cnmriksccmp
General cleanups 
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 */
19
19
 
 
20
#ifndef DISPATCHER_H
 
21
#define DISPATCHER_H 1
 
22
 
20
23
#include <glib.h>
21
24
 
22
 
#ifndef __DISPATCHER_H__
23
 
#define __DISPATCHER_H__ 1
24
 
 
25
25
G_BEGIN_DECLS
26
26
 
27
27
gboolean dispatcher_init (GMainLoop * mainloop);
32
32
 
33
33
G_END_DECLS
34
34
 
35
 
#endif /* __DISPATCHER_H__ */
 
35
#endif /* DISPATCHER_H */