diff options
Diffstat (limited to 'src/util/profile/prof_int.h')
-rw-r--r-- | src/util/profile/prof_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/profile/prof_int.h b/src/util/profile/prof_int.h index 70a8dd920..d6349afd7 100644 --- a/src/util/profile/prof_int.h +++ b/src/util/profile/prof_int.h @@ -192,6 +192,8 @@ errcode_t profile_rename_node /* prof_file.c */ +errcode_t KRB5_CALLCONV profile_copy (profile_t, profile_t *); + errcode_t profile_open_file (const_profile_filespec_t file, prf_file_t *ret_prof); |