projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
joe-3.1jupp31.tgz (die zweite Klappeā¦)
[alioth/jupp.git]
/
uisrch.h
1
/* $MirOS: contrib/code/jupp/uisrch.h,v 1.2 2008/05/13 13:08:28 tg Exp $ */
2
/*
3
* Incremental search
4
* Copyright
5
* (C) 1992 Joseph H. Allen
6
*
7
* This file is part of JOE (Joe's Own Editor)
8
*/
9
#ifndef _JOE_UISRCH_H
10
#define _JOE_UISRCH_H 1
11
12
#include "config.h"
13
#include "types.h"
14
15
int uisrch PARAMS((BW *bw));
16
int ursrch PARAMS((BW *bw));
17
18
#endif