lib/courier-authlib/authexit.c
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 /*
       
     2 ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
       
     3 ** distribution information.
       
     4 */
       
     5 
       
     6 #include	<stdlib.h>
       
     7 
       
     8 static const char rcsid[]="$Id: authexit.c,v 1.1 2000/04/13 17:55:05 bruce Exp $";
       
     9 
       
    10 void authexit(int rc)
       
    11 {
       
    12 	exit(rc);
       
    13 }