view wildmat.h @ 41:92b59cfcf364 noffle

[svn] Replaces identical local server name strings by constant
author enz
date Fri, 05 May 2000 09:32:53 +0100
parents 8e972daaeab9
children
line wrap: on
line source

/*
  wildmat.h

  Noffle header file for wildmat.

  $Id: wildmat.h 44 2000-05-05 07:23:15Z enz $
 */

#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