Changeset aefdccd in mainline for uspace/app/nav/nav.h
- Timestamp:
- 2025-10-20T06:14:54Z (7 weeks ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/app/nav/nav.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/nav.h
radbd7e1 raefdccd 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 38 38 39 39 #include <errno.h> 40 #include <fmgt.h> 41 #include "types/dlg/progress.h" 40 42 #include "types/nav.h" 41 43 #include "types/panel.h" 44 45 extern progress_dlg_cb_t navigator_progress_cb; 42 46 43 47 extern errno_t navigator_create(const char *, navigator_t **); … … 46 50 extern panel_t *navigator_get_active_panel(navigator_t *); 47 51 extern void navigator_switch_panel(navigator_t *); 52 extern void navigator_refresh_panels(navigator_t *); 53 extern errno_t navigator_worker_start(navigator_t *, void (*)(void *), 54 void *); 55 extern fmgt_error_action_t navigator_io_error_query(void *, fmgt_io_error_t *); 48 56 49 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
