Renamed mon_exec files to externcmd.

This commit is contained in:
Markus Makela
2015-05-18 18:34:43 +03:00
parent 68c5dedeec
commit a73df62ebd
7 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@
#include <modinfo.h>
#include <maxconfig.h>
#include <monitor_common.h>
#include <mon_exec.h>
#include <externcmd.h>
/**
* @file mysqlmon.h - The MySQL monitor functionality within the gateway
*