daemon.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #ifndef foodaemonhfoo
  2. #define foodaemonhfoo
  3. /***
  4. This file is part of libdaemon.
  5. Copyright 2003-2008 Lennart Poettering
  6. libdaemon is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU Lesser General Public License as
  8. published by the Free Software Foundation, either version 2.1 of the
  9. License, or (at your option) any later version.
  10. libdaemon is distributed in the hope that it will be useful, but
  11. WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. Lesser General Public License for more details.
  14. You should have received a copy of the GNU Lesser General Public
  15. License along with libdaemon. If not, see
  16. <http://www.gnu.org/licenses/>.
  17. ***/
  18. /** \file
  19. *
  20. * A header file including all other header files part of libdaemon
  21. */
  22. #include <libdaemon/dfork.h>
  23. #include <libdaemon/dlog.h>
  24. #include <libdaemon/dpid.h>
  25. #include <libdaemon/dsignal.h>
  26. #include <libdaemon/dexec.h>
  27. #include <libdaemon/dnonblock.h>
  28. #endif