summaryrefslogtreecommitdiff
path: root/src/include/cbfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cbfs.h')
-rw-r--r--src/include/cbfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cbfs.h b/src/include/cbfs.h
index a6b2c027b3..38f18a4610 100644
--- a/src/include/cbfs.h
+++ b/src/include/cbfs.h
@@ -169,7 +169,7 @@ struct cbfs_stage *cbfs_find_file(const char *name, int type);
int cbfs_check_magic(struct cbfs_file *file);
struct cbfs_header *cbfs_master_header(void);
struct cbfs_file *cbfs_find(const char *name);
-void cbfs_and_run_core(char* filename, unsigned int ebp);
+void cbfs_and_run_core(const char *filename, unsigned int ebp);
#endif