]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/ttyutils: create .c file
authorKarel Zak <kzak@redhat.com>
Thu, 22 Nov 2012 13:26:41 +0000 (14:26 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 22 Nov 2012 13:26:41 +0000 (14:26 +0100)
commit4e76adb0e1aed7b8a094d26adcef793b51ce252b
tree29730e24ef5102f911a755bee0750b91e40e6071
parent6f059702964a418a0940e742ce364e5673c258b2
lib/ttyutils: create .c file

Well, now all tty stuff are incline functions in include/ttyutils.h.
It's seems more elegant to create regular lib/ttyutils.c for libcommon
and write test program.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/ttyutils.h
lib/Makemodule.am
lib/ttyutils.c [new file with mode: 0644]