Codebase list dillo / 462034fd-d4de-4c08-a0cd-5a55f76ebc5c/main src / html.hh
462034fd-d4de-4c08-a0cd-5a55f76ebc5c/main

Tree @462034fd-d4de-4c08-a0cd-5a55f76ebc5c/main (Download .tar.gz)

html.hh @462034fd-d4de-4c08-a0cd-5a55f76ebc5c/mainraw · history · blame

#ifndef __HTML_HH__
#define __HTML_HH__

#include "url.h"               // for DilloUrl

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

/*
 * Exported functions
 */
void a_Html_load_images(void *v_html, DilloUrl *pattern);
void a_Html_form_submit(void *v_html, void *v_form);
void a_Html_form_reset(void *v_html, void *v_form);
void a_Html_form_display_hiddens(void *v_html, void *v_form, bool_t display);

#ifdef __cplusplus
}
#endif /* __cplusplus */


#endif /* __HTML_HH__ */