2016-05-10 21:30:46 +08:00
|
|
|
//-----------------------------------------------------------------------------
|
2016-10-30 03:42:46 +08:00
|
|
|
// Copyright (C) 2016 iceman <iceman at ...>
|
2016-05-10 21:30:46 +08:00
|
|
|
//
|
|
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
|
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
|
|
|
// the license.
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// Data and Graph commands
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#ifndef CMDANALYSE_H__
|
|
|
|
#define CMDANALYSE_H__
|
|
|
|
|
2019-08-08 22:57:33 +08:00
|
|
|
#include "common.h"
|
2018-02-01 22:19:47 +08:00
|
|
|
|
2016-05-10 21:30:46 +08:00
|
|
|
int CmdAnalyse(const char *Cmd);
|
|
|
|
#endif
|