lib/courier-authlib/authexit.c
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:12:17 +0100
changeset 1 30113bfbe723
parent 0 6f7a81934006
child 2 b3afb9f1e801
permissions -rw-r--r--
Added tag vmailmgr-0.96.9 for changeset 6f7a81934006

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

#include	<stdlib.h>

static const char rcsid[]="$Id: authexit.c,v 1.1 2000/04/13 17:55:05 bruce Exp $";

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