/* * test.h * * * Created by Eric Pooch on 1/26/14. * Copyright 2014 __MyCompanyName__. All rights reserved. * */ void test_init(void); void test_restart(void); void test_poll(void); void test_quit(void);