Changeset 6aa85c1 in mainline for uspace/app/nav/nav.h
- Timestamp:
- 2021-10-25T00:32:45Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b36ebb42
- Parents:
- 5d466a1
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-03 17:39:36)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/nav.h
r5d466a1 r6aa85c1 37 37 #define NAV_H 38 38 39 #include <errno.h> 39 40 #include <display.h> 40 41 #include <ui/fixed.h> … … 54 55 } navigator_t; 55 56 57 extern errno_t navigator_create(const char *, navigator_t **); 58 extern void navigator_destroy(navigator_t *); 59 extern errno_t navigator_run(const char *); 60 61 56 62 #endif 57 63
Note:
See TracChangeset
for help on using the changeset viewer.