1gearman_version(3) Gearman gearman_version(3)
2
3
4
6 gearman_version - Gearman Declarations
7
9 #include <libgearman/gearman.h>
10
11 const char *gearman_version(void);
12
14 Get Gearman library version. *
15
17 Version string of library.
18
20 The Gearman homepage: http://www.gearman.org/
21
23 Bugs should be reported at https://bugs.launchpad.net/gearmand
24
26 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
27
28 Use and distribution licensed under the BSD license. See the COPYING
29 file in the original source for full text.
30
31
32
33Gearman 2010-03-15 gearman_version(3)