+2001-07-02 Ezra Peisach <epeisach@mit.edu>
+
+ * prof_int.h: Provide prototypes for profile_ser_size,
+ profile_ser_externalize, profile_ser_internalize.
+
2001-06-11 Ezra Peisach <epeisach@mit.edu>
* test_profile.c: Include <string.h> for strcmp() prototype.
PROTOTYPE ((prf_file_t profile));
/* prof_init.c -- included from profile.h */
+errcode_t profile_ser_size
+ PROTOTYPE ((const char *, profile_t, size_t *));
+
+errcode_t profile_ser_externalize
+ PROTOTYPE ((const char *, profile_t, unsigned char **, size_t *));
+
+errcode_t profile_ser_internalize
+ PROTOTYPE ((const char *, profile_t *, unsigned char **, size_t *));
/* prof_get.c */