- tws_hash_t tws);
-
-extern void tws_hash_clear(
- tws_hash_t tws);
-
-kern_return_t task_working_set_create(
- task_t task,
- unsigned int lines,
- unsigned int rows,
- unsigned int style);
-
-kern_return_t tws_expand_working_set(
- vm_offset_t old_tws,
- int line_count,
- boolean_t dump_data);
-
-kern_return_t tws_handle_startup_file(
- task_t task,
- unsigned int uid,
- char *app_name,
- vm_offset_t app_vp,
- boolean_t *new_info);
-
-kern_return_t tws_write_startup_file(
- task_t task,
- int fid,
- int mod,
- char *name,
- unsigned int string_length);
-
-kern_return_t tws_read_startup_file(
- task_t task,
- tws_startup_t startup,
- vm_offset_t cache_size);
+ tws_hash_t tws);
+
+extern void tws_hash_ws_flush(
+ tws_hash_t tws);
+
+extern kern_return_t tws_expand_working_set(
+ tws_hash_t old_tws,
+ unsigned int line_count,
+ boolean_t dump_data);
+
+extern kern_return_t task_working_set_create(
+ task_t task,
+ unsigned int lines,
+ unsigned int rows,
+ unsigned int style);
+
+#endif /* MACH_KERNEL_PRIVATE */
+
+extern kern_return_t tws_handle_startup_file(
+ task_t task,
+ unsigned int uid,
+ char *app_name,
+ void *app_vp,
+ boolean_t *new_info);