projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a CVS snapshot, to thoroughly test on the Debian side
[alioth/jupp.git]
/
utag.h
1
/* $MirOS: contrib/code/jupp/utag.h,v 1.2 2008/05/13 13:08:30 tg Exp $ */
2
/*
3
* tags file symbol lookup
4
* Copyright
5
* (C) 1992 Joseph H. Allen
6
*
7
* This file is part of JOE (Joe's Own Editor)
8
*/
9
#ifndef _JOE_UTAG_H
10
#define _JOE_UTAG_H 1
11
12
#include "config.h"
13
#include "types.h"
14
15
int utag PARAMS((BW *bw));
16
17
#endif