]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
wimlib_mount_image(): Send final status after fuse_main() returns
[wimlib] / src / wimlib.h
index 43956643544bef880b6520c2917922511f14674c..d1ee1221a3a3790b85fadb9d4920e83ee94a6b76 100644 (file)
@@ -711,6 +711,9 @@ typedef int (*wimlib_progress_func_t)(enum wimlib_progress_msg msg_type,
  * See the documentation for each wimlib function to see specifically what error
  * codes can be returned by a given function, and what they mean.
  */
+/* Note: these are currently in alphabetic order, but new error codes should be
+ * added at the end to maintain a compatible ABI, except when it's being broken
+ * anyway. */
 enum wimlib_error_code {
        WIMLIB_ERR_SUCCESS = 0,
        WIMLIB_ERR_ALREADY_LOCKED,