gnunet_sensordashboard_service.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. This file is part of GNUnet
  3. Copyright (C)
  4. GNUnet is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published
  6. by the Free Software Foundation; either version 3, or (at your
  7. option) any later version.
  8. GNUnet is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with GNUnet; see the file COPYING. If not, write to the
  14. Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  15. Boston, MA 02110-1301, USA.
  16. */
  17. /**
  18. * @author Omar Tarabai
  19. *
  20. * @file
  21. * API to the sensordashboard service
  22. *
  23. * @defgroup sensordashboard Sensor Dashboard service
  24. *
  25. * @{
  26. */
  27. #ifndef GNUNET_SENSORDASHBOARD_SERVICE_H
  28. #define GNUNET_SENSORDASHBOARD_SERVICE_H
  29. #include "platform.h"
  30. #include "gnunet_util_lib.h"
  31. #ifdef __cplusplus
  32. extern "C"
  33. {
  34. #if 0 /* keep Emacsens' auto-indent happy */
  35. }
  36. #endif
  37. #endif
  38. #if 0 /* keep Emacsens' auto-indent happy */
  39. {
  40. #endif
  41. #ifdef __cplusplus
  42. }
  43. #endif
  44. #endif
  45. /** @} */ /* end of group */