dav/opt.h

changeset 747
efbd59642577
parent 734
b2cd82149116
--- a/dav/opt.h	Sun Apr 16 14:12:24 2023 +0200
+++ b/dav/opt.h	Fri Apr 21 21:25:32 2023 +0200
@@ -34,9 +34,9 @@
 #endif
 
 typedef struct {
-    UcxMap *options;
-    char   **argv;
-    int    argc;
+    CxMap *options;
+    char  **argv;
+    int   argc;
 } CmdArgs;
 
 #ifdef __cplusplus

mercurial