X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Ftstisamb.c;h=873d0cfffb1ec16db17c8641b776949f48557b47;hb=b2200ef6f97a9b967723643d27a4ffb388883f6d;hp=048e6cbd21562a0534f24385d964013f1398c8ac;hpb=506e2c39ef2e84e1bfdf96715fdd98d00dade948;p=idzebra-moved-to-github.git diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 048e6cb..873d0cf 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,5 +1,5 @@ -/* $Id: tstisamb.c,v 1.22 2005-10-27 09:09:52 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: tstisamb.c,v 1.25 2006-10-30 16:21:29 adam Exp $ + Copyright (C) 1995-2006 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 @@ -52,7 +52,7 @@ int compare_item(const void *a, const void *b) return 0; } -void *code_start() +void *code_start(void) { return 0; } @@ -581,3 +581,11 @@ int main(int argc, char **argv) exit(0); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +