mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[session] const in ses_find_frame
This commit is contained in:
parent
fb49777dee
commit
f0d1a425a7
@ -1446,7 +1446,7 @@ reload_frame(struct session *ses, char *name,
|
||||
|
||||
|
||||
struct frame *
|
||||
ses_find_frame(struct session *ses, char *name)
|
||||
ses_find_frame(struct session *ses, const char *name)
|
||||
{
|
||||
struct location *loc = cur_loc(ses);
|
||||
struct frame *frame;
|
||||
|
@ -306,7 +306,7 @@ void reload_frame(struct session *, char *, cache_mode_T);
|
||||
void reload(struct session *, cache_mode_T);
|
||||
void load_frames(struct session *, struct document_view *);
|
||||
|
||||
struct frame *ses_find_frame(struct session *, char *);
|
||||
struct frame *ses_find_frame(struct session *, const char *);
|
||||
struct frame *ses_find_iframe(struct session *, char *);
|
||||
|
||||
void free_files(struct session *);
|
||||
|
Loading…
Reference in New Issue
Block a user