view src/wildmat.h @ 143:7400a8e9d5ba noffle

[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c: Added timeout to Prt_getLn to avoid Noffle hanging if the connection breaks down during a fetch.
author enz
date Sat, 23 Sep 2000 11:37:01 +0100 (2000-09-23)
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