/*
 *  FednetCmp - Fednet file compression/decompression
 *  Initialisation
 *  Copyright (C) 2014 Christopher Bazley
 */

#ifndef FNCInit_h
#define FNCInit_h

#define APP_NAME "FednetCmp"

void initialise(void); /* only for unit tests */

#endif
