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