libk  Diff

Differences From Artifact [58676980aa]:

To Artifact [2582f2493d]:


161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
 * necessary changes throughout the library */
bool kokay(kcond);

typedef struct kerror {
	const char* module_name,
	          * module_desc,
			  * error_string;
	kcond error;
} kerror;

kerror kexplain(kcond);

#ifdef __cplusplus
}
#endif

#endif







|









161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
 * necessary changes throughout the library */
bool kokay(kcond);

typedef struct kerror {
	const char* module_name,
	          * module_desc,
			  * error_string;
	kcond cond;
} kerror;

kerror kexplain(kcond);

#ifdef __cplusplus
}
#endif

#endif