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_CORE_H__ 00015 #define __GEARMAN_CORE_H__ 00016 00017 #include <libgearman/universal.h> 00018 #include <libgearman/command.h> 00019 #include <libgearman/packet.h> 00020 #include <libgearman/connection.h> 00021 #include <libgearman/log.h> 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 00032 #endif /* __GEARMAN_CORE_H__ */