aboutsummaryrefslogblamecommitdiffstats
path: root/addressbook.c
blob: beef1c49e678627544cc46dc5a9982807957a4e0 (plain) (tree)





















                                                         
/* See LICENSE file for copyright and license details. */
#include <libcontacts.h>
#include <libsimple.h>
#include <libsimple-arg.h>
#include <libterminput.h>


USAGE("");


int
main(int argc, char *argv[])
{
	ARGBEGIN {
	default:
		usage();
	} ARGEND;
	if (argc)
		usage();

	return 0;
}