projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
another update from CVS HEAD, for QA
[alioth/jupp.git]
/
uisrch.h
1
/*
2
* Incremental search
3
* Copyright
4
* (C) 1992 Joseph H. Allen
5
*
6
* This file is part of JOE (Joe's Own Editor)
7
*/
8
#ifndef _JOE_UISRCH_H
9
#define _JOE_UISRCH_H 1
10
11
#ifdef EXTERN_CMD_C
12
__IDSTRING(rcsid_uisrch_h, "$MirOS: contrib/code/jupp/uisrch.h,v 1.5 2017/12/06 21:17:02 tg Exp $");
13
#endif
14
15
int uisrch(BW *bw);
16
int ursrch(BW *bw);
17
18
#endif