/* * Copyright (c) 2006-2006 Endace Technology Ltd, Hamilton, New Zealand. * All rights reserved. * * This source code is proprietary to Endace Technology Limited and no part * of it may be redistributed, published or disclosed except as outlined in * the written contract supplied with this product. * * $Id: dagflood_view.h 4052 2006-04-04 00:20:00Z koryn $ */ #ifndef DAGFLOOD_VIEW_H #define DAGFLOOD_VIEW_H /* dagflood headers. */ #include "dagflood_model.h" /* Endace headers. */ #include "dag_platform.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void dagflood_view_init(DagfloodPtr flooder, const char* dagname, int verbosity); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* DAGFLOOD_VIEW_H */ .