1234567891011121314 |
- /* Gearman server and library
- * Copyright (C) 2008 Brian Aker, Eric Day
- * All rights reserved.
- *
- * Use and distribution licensed under the BSD license. See
- * the COPYING file in the parent directory for full text.
- */
- #pragma once
- #include <libgearman/allocator.h>
- #include <libgearman/universal.h>
- #include <libgearman/command.h>
- #include <libgearman/packet.h>
|