clarification: get_info() returns const char *

This commit is contained in:
marschap
2006-04-12 08:12:13 +00:00
parent e558530d02
commit 587085a292
19 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ typedef struct lcd_logical_driver {
void (*output) (struct lcd_logical_driver* drvthis, int state);
/* informational functions */
char * (*get_info) (struct lcd_logical_driver* drvthis);
const char * (*get_info) (struct lcd_logical_driver* drvthis);
/******** Variables in server core available for drivers ********/