~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to libgearman/strcommand.h

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#pragma once
39
39
 
40
 
#ifdef __cplusplus
41
 
extern "C" {
42
 
#endif
43
 
 
44
40
const char *gearman_strcommand(gearman_command_t command);
45
 
 
46
 
#ifdef __cplusplus
47
 
}
48
 
#endif