~vjsamuel/gearmand/fix-bug-868883

« back to all changes in this revision

Viewing changes to libgearman/gearman.h

  • Committer: Brian Aker
  • Date: 2011-06-19 07:56:09 UTC
  • Revision ID: brian@tangent.org-20110619075609-s7q9bnjnza404a59
Merge in fix for naming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
// Everything above this line must be in the order specified.
67
67
#include <libgearman/argument.h>
68
 
#include <libgearman/work.h>
 
68
#include <libgearman/task_attr.h>
69
69
#include <libgearman/core.h>
70
70
#include <libgearman/task.h>
71
71
#include <libgearman/job.h>