repo.or.cz
/
elinks
/
images.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[wip] draw_images(): w, h, spos -> box screen_img; img_box -> pixel_box
[elinks/images.git]
/
src
/
config
/
home.h
blob
6a48936faf521ca4577ce0fff812f43f814086e9
1
#ifndef EL__CONFIG_HOME_H
2
#define EL__CONFIG_HOME_H
3
4
extern
unsigned char
*
elinks_home
;
5
extern
int
first_use
;
6
7
void
init_home
(
void
);
8
void
done_home
(
void
);
9
10
#endif