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 00042 GEARMAN_API 00043 gearman_return_t gearmand_protocol_http_conf(gearman_conf_st *conf); 00044 00048 GEARMAN_API 00049 gearman_return_t gearmand_protocol_http_init(gearmand_st *gearmand, 00050 gearman_conf_st *conf); 00051 00055 GEARMAN_API 00056 gearman_return_t gearmand_protocol_http_deinit(gearmand_st *gearmand); 00057 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif /* __GEARMAN_PROTOCOL_HTTP_H__ */