* prof_int.h: Provide prototypes for profile_ser_size,
authorEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 18:27:09 +0000 (18:27 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 18:27:09 +0000 (18:27 +0000)
profile_ser_externalize, profile_ser_internalize.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13546 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_int.h

index b6da316383b98f27b0ae9914c6f2612fa8554b82..d51754303ea2745d8ca4fc7a7c84325ef2df7755 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 76cebf136953ca8403f7677068ece0132e7463ba..f030c295232905e4126730cebfd4ee4a0589e2a8 100644 (file)
@@ -188,6 +188,14 @@ errcode_t profile_close_file
        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 */