Changes in uspace/app/nav/nav.h [f9c4c433:692c7f40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/nav.h
rf9c4c433 r692c7f40 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2021 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 *);49 48 50 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.