]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - include/input.h
Move common utility code into a libxcmd.a to ease sharing amongst multiple tools.
authorNathan Scott <nathans@sgi.com>
Tue, 19 Apr 2005 14:59:46 +0000 (14:59 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 19 Apr 2005 14:59:46 +0000 (14:59 +0000)
commit3d93ccb7f1296ac928733aa84cddd3bdad1e8f92
tree9266536f9fbc36602b4aed94e69e5c67ce45e2f8
parentace4c158884a3aeb3c1b88910ec585eb1ded5678
Move common utility code into a libxcmd.a to ease sharing amongst multiple tools.
Merge of master-melb:xfs-cmds:22271a by kenmcd.
26 files changed:
Makefile
doc/Makefile
doc/README.LVM [deleted file]
doc/README.quota [deleted file]
growfs/Makefile
growfs/explore.c [deleted file]
growfs/xfs_growfs.c
include/Makefile
include/builddefs.in
include/command.h [moved from io/command.h with 79% similarity]
include/input.h [moved from io/input.h with 72% similarity]
include/path.h [new file with mode: 0644]
include/project.h [moved from growfs/explore.h with 56% similarity]
io/Makefile
io/attr.c
io/init.c
io/init.h
io/io.h
io/open.c
libxcmd/Makefile [new file with mode: 0644]
libxcmd/command.c [moved from io/command.c with 63% similarity]
libxcmd/help.c [moved from io/help.c with 93% similarity]
libxcmd/input.c [moved from io/input.c with 72% similarity]
libxcmd/paths.c [new file with mode: 0644]
libxcmd/projects.c [new file with mode: 0644]
libxcmd/quit.c [moved from io/quit.c with 90% similarity]