Create path.h for the path.c functions
authorRan Benita <ran234@gmail.com>
Sun, 13 May 2012 07:14:10 +0000 (10:14 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 18 May 2012 23:21:26 +0000 (02:21 +0300)
commitdb3e8f2c0842aeaf1d00177c248ff908073fe73a
tree9ab9e55932a91a9a4ab12f057602ebfe41f2acb9
parentb89b8e70237f401aa39b963313324f60396bdda8
Create path.h for the path.c functions

No need to stash them in xkbcomp-priv.h; files which need the functions
should explicitly include them.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
src/rules.c
src/xkbcomp/misc.c
src/xkbcomp/parseutils.c
src/xkbcomp/path.c
src/xkbcomp/path.h [new file with mode: 0644]
src/xkbcomp/xkbcomp-priv.h
src/xkbcomp/xkbcomp.c