core.h 350 B

12345678910111213
  1. /* Gearman server and library
  2. * Copyright (C) 2008 Brian Aker, Eric Day
  3. * All rights reserved.
  4. *
  5. * Use and distribution licensed under the BSD license. See
  6. * the COPYING file in the parent directory for full text.
  7. */
  8. #pragma once
  9. #include <libgearman-1.0/allocator.h>
  10. #include <libgearman-1.0/universal.h>
  11. #include <libgearman-1.0/packet.h>