forked from external/yambar
bar: break out 'private' struct definition to a header file
This commit is contained in:
parent
aa21991323
commit
2d104e4a7d
3 changed files with 67 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue