+Fri Sep 22 19:51:44 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * prof_int.h: added SIZEOF defines for the PC, and added missing
+ prototype for profile_find_node_name()
+
+ * prof_init.c (profile_get_first_values): Remove unused variables.
+
Mon Sep 11 15:30:52 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* prof_parse.c (dump_profile_to_file): Convert C+ comment to
#define PROTOTYPE(x) ()
#endif
+#if defined(_MSDOS)
+/* From k5-config.h */
+#define SIZEOF_INT 2
+#define SIZEOF_SHORT 2
+#define SIZEOF_LONG 4
+#endif
+
#if defined(_MACINTOSH)
#define NO_SYS_TYPES_H
#define NO_SYS_STAT_H
extern errcode_t profile_delete_node_relation
PROTOTYPE ((struct profile_node *section, const char *name));
+extern errcode_t profile_find_node_name
+ PROTOTYPE ((struct profile_node *section, void **state,
+ char **ret_name));
+
/* prof_file.c */
extern errcode_t profile_open_file
PROTOTYPE((profile_t profile, const char *name, const char *subname,
const char *subsubname, int def_val,
int *ret_default));
-
-
-
-
-