/* unit-cmd-diff.c * **************************************************************** * Copyright (C) 2004, 2005 Canonical Limited * Author: Robert Collins, Rob Weir * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #include "hackerlab/vu/reserv.h" #include "hackerlab/cmd/main.h" #include "hackerlab/bugs/panic.h" #include "hackerlab/char/str.h" #include "commands/import.h" /* typedefs */ /* local methods */ int main (int argc, char * argv[]) { return 0; }