file.c: export sprintmode and move it to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 6 Dec 2014 03:53:16 +0000 (03:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 21:39:02 +0000 (21:39 +0000)
commit9514ac73c71456fe9082f40bf7c9a8a2278b47aa
tree26ceea5d471ea4deee4842cf68b6e61f4bebf953
parenta836430dbbe1a87b7aefca9b701e19b88b8ed446
file.c: export sprintmode and move it to a separate file

* printmode.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* defs.h (sprintmode): New prototype.
* file.c (sprintmode): Make global and move to printmode.c.
Makefile.am
defs.h
file.c
printmode.c [new file with mode: 0644]