Revision 3797b8e7 src/libstrongswan/settings.h

b/src/libstrongswan/settings.h
103 103
	 */
104 104
	enumerator_t* (*create_section_enumerator)(settings_t *this,
105 105
											   char *section, ...);
106

  
107
	/**
108
	 * Create an enumerator over key/value pairs in a section.
109
	 *
110
	 * @param section	section name to list key/value pairs of, printf style
111
	 * @param ...		argmuent list for section
112
	 * @return			enumerator over (char *key, char *value)
113
	 */
114
	enumerator_t* (*create_key_value_enumerator)(settings_t *this,
115
												 char *section, ...);
116

  
106 117
	/**
107 118
	 * Destroy a settings instance.
108 119
	 */

Also available in: Unified diff