bar: break out 'private' struct definition to a header file

This commit is contained in:
Daniel Eklöf 2019-01-29 20:20:11 +01:00
parent aa21991323
commit 2d104e4a7d
3 changed files with 67 additions and 64 deletions

View file

@ -44,7 +44,7 @@ add_executable(f00bar
xcb.c xcb.h
yml.c yml.h
bar/bar.c bar.h
bar/bar.c bar/private.h bar.h
)
# Make global symbols in f00bar visible to dlopen:ed plugins