Gearman Developer Documentation

libgearman/strerror.h
Go to the documentation of this file.
00001 /* Gearman server and library
00002  * Copyright (C) 2010 Brian Aker, Eric Day
00003  * All rights reserved.
00004  *
00005  * Use and distribution licensed under the BSD license.  See
00006  * the COPYING file in the parent directory for full text.
00007  */
00008 
00014 #ifndef __GEARMAN_STRERROR_H__
00015 #define __GEARMAN_STRERROR_H__
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00021 GEARMAN_API
00022 const char *gearman_strerror(gearman_return_t rc);
00023 
00024 #ifdef __cplusplus
00025 }
00026 #endif
00027 
00028 #endif /* __GEARMAN_STRERROR_H__ */