12345678910111213 |
- /* 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-1.0/allocator.h>
- #include <libgearman-1.0/universal.h>
- #include <libgearman-1.0/packet.h>
|