ds_rpc.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**
  2. * $Id$
  3. *
  4. * dispatcher module -- stateless load balancing
  5. *
  6. * Copyright (C) 2004-2006 FhG Fokus
  7. * Copyright (C) 2005-2008 Hendrik Scholz <[email protected]>
  8. *
  9. * This file is part of ser, a free SIP server.
  10. *
  11. * ser is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version
  15. *
  16. * For a license to use the ser software under conditions
  17. * other than those described here, or to purchase support for this
  18. * software, please contact iptel.org by e-mail at the following addresses:
  19. * [email protected]
  20. *
  21. * ser is distributed in the hope that it will be useful,
  22. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. * GNU General Public License for more details.
  25. *
  26. * You should have received a copy of the GNU General Public License
  27. * along with this program; if not, write to the Free Software
  28. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  29. */
  30. #ifndef _DS_RPC_H_
  31. #define _DS_RPC_H_
  32. #include "../../rpc.h"
  33. extern rpc_export_t rpc_methods[];
  34. #endif /* _DS_RPC_H_ */