00001 /* Gearman server and library 00002 * Copyright (C) 2008 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_PROTOCOL_HTTP_H__ 00015 #define __GEARMAN_PROTOCOL_HTTP_H__ 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00046 GEARMAN_API 00047 gearman_return_t gearmand_protocol_http_conf(gearman_conf_st *conf); 00048 00052 GEARMAN_API 00053 gearman_return_t gearmand_protocol_http_init(gearmand_st *gearmand, 00054 gearman_conf_st *conf); 00055 00059 GEARMAN_API 00060 gearman_return_t gearmand_protocol_http_deinit(gearmand_st *gearmand); 00061 00064 #ifdef __cplusplus 00065 } 00066 #endif 00067 00068 #endif /* __GEARMAN_PROTOCOL_HTTP_H__ */