libweston: Remove internal weston-log set-up function out of public header
We have dedicated header for the internal parts of the logging framework, use that for the set-up part instead of the libweston public API header. Further more this removes weston_vlog() from public header as well and moves them to weston-log-internal.h file. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
@@ -1816,10 +1816,6 @@ typedef int (*log_func_t)(const char *fmt, va_list ap);
|
||||
void
|
||||
weston_log_set_handler(log_func_t log, log_func_t cont);
|
||||
int
|
||||
weston_vlog(const char *fmt, va_list ap);
|
||||
int
|
||||
weston_vlog_continue(const char *fmt, va_list ap);
|
||||
int
|
||||
weston_log(const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 1, 2)));
|
||||
int
|
||||
@@ -2037,10 +2033,6 @@ weston_compositor_enable_touch_calibrator(struct weston_compositor *compositor,
|
||||
struct weston_log_context *
|
||||
weston_log_ctx_compositor_create(void);
|
||||
|
||||
int
|
||||
weston_log_ctx_compositor_setup(struct weston_compositor *compositor,
|
||||
struct weston_log_context *log_ctx);
|
||||
|
||||
void
|
||||
weston_log_ctx_compositor_destroy(struct weston_compositor *compositor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user