Changes in uspace/app/nav/nav.h [692c7f40:f9c4c433] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/nav.h
r692c7f40 rf9c4c433 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 46 46 extern panel_t *navigator_get_active_panel(navigator_t *); 47 47 extern void navigator_switch_panel(navigator_t *); 48 extern void navigator_refresh_panels(navigator_t *); 48 49 49 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.