view src/wildmat.h @ 152:ca9769519c96 noffle

[svn] * src/post.c: When posting to a non-local moderated group, only post to one server. Don't want multiple upstream servers each mailing the moderator. Non-moderated groups post to all servers groups in the article are fetched from - otherwise can't be sure an article cross-posted to a netwide group and a restricted one obtained from a just one server will propagate properly.
author bears
date Thu, 26 Oct 2000 22:55:49 +0100
parents 2842f50feb55
children
line wrap: on
line source

/*
  wildmat.h

  Noffle header file for wildmat.

  $Id: wildmat.h 49 2000-05-05 21:45:56Z uh1763 $
 */

#ifndef WILDMAT_H
#define WILDMAT_H

/*
  See if test is matched by pattern p. Return TRUE if so.
 */
Bool
Wld_match(const char *text, const char *pattern);

#endif