Changeset dc5c303 in mainline for uspace/app/taskbar-cfg/smeedit.h
- Timestamp:
- 2023-12-28T13:59:23Z (2 years ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (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@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 moved
-
uspace/app/taskbar-cfg/smeedit.h (moved) (moved from kernel/generic/include/stdlib.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar-cfg/smeedit.h
r42c2e65 rdc5c303 1 1 /* 2 * Copyright (c) 20 06 Ondrej Palkovsky2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup kernel_generic_mm29 /** @addtogroup taskbar-cfg 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file Start menu entry edit dialog 33 34 */ 34 35 35 #ifndef KERN_STDLIB_H_36 #define KERN_STDLIB_H_36 #ifndef SMEEDIT_H 37 #define SMEEDIT_H 37 38 38 #include <stddef.h> 39 #include "types/smeedit.h" 40 #include "types/startmenu.h" 39 41 40 extern void *malloc(size_t) 41 __attribute__((malloc)); 42 extern void *realloc(void *, size_t) 43 __attribute__((warn_unused_result)); 44 extern void free(void *); 42 extern errno_t smeedit_create(startmenu_t *, startmenu_entry_t *, smeedit_t **); 43 extern void smeedit_destroy(smeedit_t *); 45 44 46 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
