core.h 370 B

1234567891011121314
  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/allocator.h>
  10. #include <libgearman/universal.h>
  11. #include <libgearman/command.h>
  12. #include <libgearman/packet.h>