Changes in uspace/app/sbi/src/rdata_t.h [38aaacc2:074444f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/rdata_t.h
r38aaacc2 r074444f 60 60 /** String variable */ 61 61 typedef struct { 62 c onst char *value;62 char *value; 63 63 } rdata_string_t; 64 64
Note:
See TracChangeset
for help on using the changeset viewer.