spice-common/common
Daniel P. Berrange fbb6b9984a Add missing includes & make some functions static
A number of functions were used without prior declaration. In
some cases this was due to missing include files. In other cases
the functions should have just been static.

Ideally this would allow -Wmissing-declarations to be enabled, but
the files generated by spice_codegen.py will still trip up on this.
2012-03-20 15:30:24 +01:00
..
.gitignore update gitignore 2012-03-20 15:30:23 +01:00
backtrace.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
backtrace.h common/backtrace: for mingw32 no pipe/wait_pid, just disable 2012-03-20 15:25:55 +01:00
bitops.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
canvas_base.c Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
canvas_base.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
canvas_utils.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
canvas_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
client_demarshallers.h Add client_marshallers.h client_demarshallers.h from spice-gtk 2012-03-20 15:30:23 +01:00
client_marshallers.h Add client_marshallers.h client_demarshallers.h from spice-gtk 2012-03-20 15:30:23 +01:00
draw.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gdi_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
gdi_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gl_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
gl_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
gl_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
glc.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
glc.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
lines.c Remove casts from void * with xrealloc() calls 2012-03-20 15:25:55 +01:00
lines.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
log.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
log.h Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
lz_common.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
lz_compress_tmpl.c Remove trailing whitespace from end of lines 2012-03-20 15:25:55 +01:00
lz_config.h common: use INLINE instead of inline 2012-03-20 15:25:53 +01:00
lz_decompress_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
lz.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
lz.h Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
macros.h Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
Makefile.am Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
marshaller.c Add missing includes & make some functions static 2012-03-20 15:30:24 +01:00
marshaller.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
mem.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
mem.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
messages.h messages.h: add smartcard bits 2012-03-20 15:30:23 +01:00
mutex.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
ogl_ctx.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
ogl_ctx.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
pixman_utils.c Fix some integer range checks which always evaluate false 2012-03-20 15:30:23 +01:00
pixman_utils.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
quic_config.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
quic_family_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic_rgb_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic_tmpl.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
quic.h Add printf format annotations to all '...' functions 2012-03-20 15:30:24 +01:00
rect.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
region.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
region.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
ring.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
rop3.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
rop3.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
spice_common.h Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
ssl_verify.c Add missing includes & make some functions static 2012-03-20 15:30:24 +01:00
ssl_verify.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00
sw_canvas.c Use a log handler to modify abort() behaviour 2012-03-20 15:30:23 +01:00
sw_canvas.h Use SPICE_{BEGIN,END}_DECLS 2012-03-20 15:30:23 +01:00