X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstlogthread.c;h=4489befbbdde29892ae768f38bd931deaf61ae34;hp=1cd934f1447a27c3fb7f6311199280ae9a7aec23;hb=173f78f50536784bdc6a59d4586ba409b2b69182;hpb=a2089830bc03a6edd4130aee46e3af6964d185f4 diff --git a/test/tstlogthread.c b/test/tstlogthread.c index 1cd934f..4489bef 100644 --- a/test/tstlogthread.c +++ b/test/tstlogthread.c @@ -1,8 +1,6 @@ -/* - * Copyright (c) 1998-2005, Index Data. +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: tstlogthread.c,v 1.3 2005-10-22 13:27:29 adam Exp $ */ #if HAVE_CONFIG_H @@ -33,7 +31,7 @@ static void *t_loop2(void *vp) return 0; } -static void t_test() +static void t_test(void) { pthread_t tids[4]; @@ -49,7 +47,7 @@ static void t_test() exit(0); } #else -static void t_test() +static void t_test(void) { } @@ -83,6 +81,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab