]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: [c.h] move up declaration of program_invocation_short_name before usage
authormaximilian attems <max@stro.at>
Sun, 31 Jul 2011 10:47:19 +0000 (12:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Aug 2011 11:58:24 +0000 (13:58 +0200)
commit4b2b671697ecaed60ccd98dcc16f6ab374423185
tree889edc8cdc9256324a3625e589001e6ca0f1f9ab
parentba14e04d72de23a6c259c2a7f3ab4eb0aefe081b
include: [c.h] move up declaration of program_invocation_short_name before usage

fixes:
../include/c.h: In function ‘errmsg’:
../include/c.h:111:26: error: ‘program_invocation_short_name’ undeclared
(first use in this function)
../include/c.h:111:26: note: each undeclared identifier is reported only
once for each function it appears in

Signed-off-by: maximilian attems <max@stro.at>
include/c.h