X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fcodec%2Ftstcodec.c;h=ca279a37aa1e59e7adf9163822a9496f0fdc7403;hb=9dbf16ff99472e07182dab1c7cf8796a4d357b0c;hp=6fc6f5c6655f38810cd1967bf3a2648131ec27dc;hpb=591d69201fa7de38a5a5411a198767828837db91;p=idzebra-moved-to-github.git diff --git a/test/codec/tstcodec.c b/test/codec/tstcodec.c index 6fc6f5c..ca279a3 100644 --- a/test/codec/tstcodec.c +++ b/test/codec/tstcodec.c @@ -1,5 +1,5 @@ -/* $Id: tstcodec.c,v 1.8 2006-02-20 18:33:09 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: tstcodec.c,v 1.12 2007-01-15 15:10:21 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -109,7 +109,7 @@ int tst_encode(int num) return 0; } -void tstcodec1() +void tstcodec1(void) { char buf[100]; char *dst = buf; @@ -224,3 +224,11 @@ int main(int argc, char **argv) exit(ret); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +