diff options
author | jcid <devnull@localhost> | 2008-03-13 14:52:27 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-13 14:52:27 +0100 |
commit | a8f62360ef2f3f0d121a51ab20ba4b46ce8c9a28 (patch) | |
tree | c8148ed74d4b26f063f57ba45e1669f1de484633 /src/nav.h | |
parent | b393f84a8a3f24c04443548204ae566eb43d96d1 (diff) |
- Added support for "charset" in the META element.
Diffstat (limited to 'src/nav.h')
-rw-r--r-- | src/nav.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ extern "C" { void a_Nav_push(BrowserWindow *bw, const DilloUrl *url); void a_Nav_push_nw(BrowserWindow *bw, const DilloUrl *url); void a_Nav_vpush(void *vbw, const DilloUrl *url); +void a_Nav_repush(BrowserWindow *bw); void a_Nav_back(BrowserWindow *bw); void a_Nav_forw(BrowserWindow *bw); void a_Nav_home(BrowserWindow *bw); |