diff options
author | jcid <devnull@localhost> | 2007-11-18 21:17:27 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-18 21:17:27 +0100 |
commit | 256fc28baf951ab2a8a47c10fbbec3edcf28c96c (patch) | |
tree | 05fe989e477bbbdae9c1ceff40180c1e210f7239 /src/uicmd.hh | |
parent | 18b139e2f2e1cecb18d9d1e803ac5551b5a01d6c (diff) |
copy image/link location
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index b1c4e102..13d7a948 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -31,6 +31,7 @@ void a_UIcmd_page_popup(void *vbw, const DilloUrl *url, const char *bugs_txt, int prefs_load_images); void a_UIcmd_link_popup(void *vbw, const DilloUrl *url); void a_UIcmd_image_popup(void *vbw, const DilloUrl *url, DilloUrl *link_url); +void a_UIcmd_copy_urlstr(BrowserWindow *bw, const char *urlstr); void a_UIcmd_view_page_source(const DilloUrl *url); void a_UIcmd_view_page_bugs(void *vbw); void a_UIcmd_bugmeter_popup(void *vbw); |