libk  Diff

Differences From Artifact [58676980aa]:

To Artifact [2582f2493d]:


   161    161    * necessary changes throughout the library */
   162    162   bool kokay(kcond);
   163    163   
   164    164   typedef struct kerror {
   165    165   	const char* module_name,
   166    166   	          * module_desc,
   167    167   			  * error_string;
   168         -	kcond error;
          168  +	kcond cond;
   169    169   } kerror;
   170    170   
   171    171   kerror kexplain(kcond);
   172    172   
   173    173   #ifdef __cplusplus
   174    174   }
   175    175   #endif
   176    176   
   177    177   #endif