~mm-yuhu/gearmand/server-funcs

« back to all changes in this revision

Viewing changes to libgearman-server/conf_module.h

  • Committer: Eric Day
  • Date: 2009-09-24 23:43:15 UTC
  • mto: (211.2.23 fixes)
  • mto: This revision was merged to the branch mainline in revision 216.
  • Revision ID: eday@oddments.org-20090924234315-6g1q3wv58yd7mj47
Separated out libgearman (client & worker only) and libgearman-server (server and embedded gearmand w/ libevent).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * @brief Gearman conf module declarations
12
12
 */
13
13
 
14
 
#ifndef __GEARMAN_CONF_MODULE_H__
15
 
#define __GEARMAN_CONF_MODULE_H__
 
14
#ifndef __GEARMAN_SERVER_CONF_MODULE_H__
 
15
#define __GEARMAN_SERVER_CONF_MODULE_H__
16
16
 
17
17
#ifdef __cplusplus
18
18
extern "C" {
65
65
}
66
66
#endif
67
67
 
68
 
#endif /* __GEARMAN_CONF_MODULE_H__ */
 
68
#endif /* __GEARMAN_SERVER_CONF_MODULE_H__ */