rabbitmq-c  0.5.3
C AMQP Client library for RabbitMQ
amqp_hostcheck.h
00001 /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
00002 #ifndef librabbitmq_amqp_hostcheck_h
00003 #define librabbitmq_amqp_hostcheck_h
00004 
00005 /*
00006  * Copyright 1996-2014 Daniel Stenberg <daniel@haxx.se>.
00007  * Copyright 2014 Michael Steinert
00008  *
00009  * All rights reserved.
00010  *
00011  * Permission to use, copy, modify, and distribute this software for any
00012  * purpose with or without fee is hereby granted, provided that the above
00013  * copyright notice and this permission notice appear in all copies.
00014  *
00015  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00016  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00017  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
00018  * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
00019  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
00020  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
00021  * USE OR OTHER DEALINGS IN THE SOFTWARE.
00022  *
00023  * Except as contained in this notice, the name of a copyright holder shall
00024  * not be used in advertising or otherwise to promote the sale, use or other
00025  * dealings in this Software without prior written authorization of the
00026  * copyright holder.
00027  */
00028 
00029 #ifdef HAVE_CONFIG_H
00030 #include "config.h"
00031 #endif
00032 
00033 int
00034 amqp_hostcheck(const char *match_pattern, const char *hostname);
00035 
00036 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines