]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify prof_parse.c include support
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Oct 2014 21:07:36 +0000 (17:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Jul 2015 20:01:44 +0000 (16:01 -0400)
commit433988eb744a9243041f5502c61939143986f127
tree334ae49905f2921f03f17cf93011579ad4437127
parent28dc817d2a065f5e0ab73377350a0529b2f4aa48
Simplify prof_parse.c include support

We do not need to pass the whole parser state to parse_include_file
and parse_include_dir, only the root section.  Also constify the
filename and dirname parameters.
src/util/profile/prof_parse.c