diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 21:26:11 +0100 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 21:26:11 +0100 |
commit | f11da040933da4d82629de6f02aa8300da4d7409 (patch) | |
tree | 9da1878dbf68a6fd4739feba1d3c9e43507c116e /fnutil.h | |
parent | 5498de97adab25ca829c0a821a64784cbbfe910f (diff) | |
download | dctrl-tools-f11da040933da4d82629de6f02aa8300da4d7409.tar.gz |
Import 1.103
Diffstat (limited to 'fnutil.h')
-rw-r--r-- | fnutil.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fnutil.h b/fnutil.h new file mode 100644 index 0000000..c5e38f8 --- /dev/null +++ b/fnutil.h @@ -0,0 +1,25 @@ +/* dctrl-tools - Debian control file inspection tools + Copyright (C) 2004 Antti-Juhani Kaijanaho + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef FNUTIL_H +#define FNUTIL_H + +char *fnbase(const char *fname); +char * fnqualify(char const * path); + +#endif /* FNUTIL_H */ |