lib/courier-authlib/authexit.c
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:09 +0100
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.97

/*
** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
** distribution information.
*/

#include	<stdlib.h>

static const char rcsid[]="$Id: authexit.c,v 1.2 2000/12/18 20:20:10 bruce Exp $";

void authexit(int rc)
{
	exit(rc);
}