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 /util.h | |
parent | 5498de97adab25ca829c0a821a64784cbbfe910f (diff) | |
download | dctrl-tools-f11da040933da4d82629de6f02aa8300da4d7409.tar.gz |
Import 1.103
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* dctrl-tools - Debian control file inspection tools - Copyright (C) 2003 Antti-Juhani Kaijanaho + Copyright (C) 2003, 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 @@ -24,6 +24,4 @@ char * get_regerror (int errcode, regex_t *compiled); -char * fnqualify_xalloc(const char * fname); - #endif /* UTIL_H */ |