tls_rpc.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * $Id$
  3. *
  4. * TLS module - management interface
  5. *
  6. * Copyright (C) 2001-2003 FhG FOKUS
  7. * Copyright (C) 2005 iptelorg GmbH
  8. *
  9. * This file is part of sip-router, a free SIP server.
  10. *
  11. * Permission to use, copy, modify, and distribute this software for any
  12. * purpose with or without fee is hereby granted, provided that the above
  13. * copyright notice and this permission notice appear in all copies.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  16. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  17. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  18. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  19. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  20. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  21. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  22. */
  23. /** tls module management interface (rpc).
  24. * @file tls_rpc.h
  25. * @ingroup tls
  26. * Module: @ref tls
  27. */
  28. #ifndef _TLS_RPC_H
  29. #define _TLS_RPC_H
  30. #include "../../rpc.h"
  31. extern rpc_export_t tls_rpc[];
  32. #endif /* _TLS_RPC_H */