/* * Incremental search * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */ #ifndef _JOE_UISRCH_H #define _JOE_UISRCH_H 1 #ifdef EXTERN_CMD_C __IDSTRING(rcsid_uisrch_h, "$MirOS: contrib/code/jupp/uisrch.h,v 1.4 2017/12/02 17:00:51 tg Exp $"); #endif int uisrch PARAMS((BW *bw)); int ursrch PARAMS((BW *bw)); #endif