spfquery.h

Go to the documentation of this file.
00001 /* spfquery - Sender Permitted From command line utility 00002 * 00003 * Author: Wayne Schlitt <wayne@midwestcs.com> 00004 * Author: James Couzens <jcouzens@6o4.ca> 00005 * 00006 * File: spfquery.c 00007 * Desc: SPF command line utility 00008 * 00009 * 00010 * This program is free software; you can redistribute it and/or modify 00011 * it under the terms of either: 00012 * 00013 * a) the GNU General Public License as published by the Free Software 00014 * Foundation; either version 1, or (at your option) any later 00015 * version, or 00016 * 00017 * OR 00018 * 00019 * b) The following license: 00020 * 00021 * License: 00022 * 00023 * The libspf Software License, Version 1.0 00024 * 00025 * Copyright (c) 2004 Wayne Schlitt All rights reserved. 00026 * 00027 * Redistribution and use in source and binary forms, with or without 00028 * modification, are permitted provided that the following conditions 00029 * are met: 00030 * 00031 * 1. Redistributions of source code must retain the above copyright 00032 * notice, this list of conditions and the following disclaimer. 00033 * 00034 * 2. Redistributions in binary form must reproduce the above copyright 00035 * notice, this list of conditions and the following disclaimer in 00036 * the documentation and/or other materials provided with the 00037 * distribution. 00038 * 00039 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 00040 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 00041 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00042 * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR 00043 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 00044 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 00045 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 00046 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00047 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00048 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 00049 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 00050 * SUCH DAMAGE. 00051 * 00052 */ 00053 00054 #ifndef _SPF_QUERY_H 00055 #define _SPF_QUERY_H 1 00056 00057 #include <stdio.h> 00058 #include <string.h> 00059 #include <stdlib.h> 00060 #include <getopt.h> 00061 00062 #include "../../src/libspf/spf.h" 00063 00064 __BEGIN_DECLS 00065 00066 void SPF_usage(); 00067 int main(int argc, char *argv[]); 00068 00069 __END_DECLS 00070 00071 #endif 00072 00073 /* end spfquery.h */

Generated on Thu Jul 1 14:05:44 2004 for libspf v1.0 by doxygen 1.3.7