/*
 * prefs.h
 *
 * [Generated from prefs, 08 November 1995]
 */

#pragma include_only_once
#pragma force_top_level

#ifndef __prefs_h
#define __prefs_h

/*----- Overview ----------------------------------------------------------*
 *
 * Functions provided:
 *
 *  prefs_find
 *  prefs_init
 */

/* --- prefs_find --- *
 *
 * On entry:	--
 *
 * On exit:	R0 == chunk handle of loaded preferences file
 *
 * Use:		Returns the chunk handle of the preferences file.  You can
 *		then claim your chunk of options from the preferences file
 *		using options_read.
 */

extern routine prefs_find;

/* --- prefs_init --- *
 *
 * On entry:	R0 == pointer to application name
 *
 * On exit:	--
 *
 * Use:		Loads the application's preferences file.
 */

extern routine prefs_init;

/*----- That's all, folks -------------------------------------------------*/

#endif
