[1852] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r3998 - trunk/moira/include

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Apr 5 15:11:52 2010

Date: Mon, 5 Apr 2010 15:11:46 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201004051911.o35JBkIw031937@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-04-05 15:11:46 -0400 (Mon, 05 Apr 2010)
New Revision: 3998

Modified:
   trunk/moira/include/mrclient.h
Log:
add prototypes for mrcl_get_message and mrcl_com_err.

Modified: trunk/moira/include/mrclient.h
===================================================================
--- trunk/moira/include/mrclient.h	2010-03-30 18:48:33 UTC (rev 3997)
+++ trunk/moira/include/mrclient.h	2010-04-05 19:11:46 UTC (rev 3998)
@@ -21,4 +21,7 @@
 
 int mrcl_validate_pobox_smtp(char *user, char *address, char **ret);
 
+char *mrcl_get_message(void);
+void mrcl_com_err(char *whoami);
+
 #endif /* _mrclient_h_ */


home help back first fref pref prev next nref lref last post