| Newsgroups |
gmane.network.spread.cvs |
| Message-ID |
<[email protected]> |
Author: jschultz
Date: 2006-02-20 20:28:56 -0500 (Mon, 20 Feb 2006)
New Revision: 307
Modified:
trunk/include/fl.h
Log:
Added offset fcns to fl.h that correspond to the old Spread fcns.
Modified: trunk/include/fl.h
===================================================================
--- trunk/include/fl.h 2006-02-21 01:12:20 UTC (rev 306)
+++ trunk/include/fl.h 2006-02-21 01:28:56 UTC (rev 307)
@@ -116,6 +116,13 @@
void FL_error(int error_code);
+/* returns offset in memb. message of gid (group id), num_vs and vs_set */
+
+int FL_get_gid_offset_memb_mess(void);
+int FL_get_num_vs_offset_memb_mess(void);
+int FL_get_vs_set_offset_memb_mess(void);
+
+
#ifdef __cplusplus
}
#endif