~brianaker/gearmand/ref-client-fix

« back to all changes in this revision

Viewing changes to libgearman/error.hpp

  • Committer: Continuous Integration
  • Date: 2013-07-03 01:49:07 UTC
  • mfrom: (796.1.2 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130703014907-zqxus7mmcr6sohkp
Merge lp:~brianaker/gearmand/finish Build: jenkins-Gearmand-697

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                                              const char *position);
64
64
 
65
65
void gearman_worker_reset_error(gearman_worker_st *worker);
 
66
void gearman_worker_reset_error(Worker&);