This commit is contained in:
Shengliang Guan 2022-03-15 10:48:56 +08:00
parent f3e7478896
commit 33fe9fa25e
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TD_DND_DNODE_HADNLE_H_ #ifndef _TD_DND_DNODE_MSG_H_
#define _TD_DND_DNODE_HADNLE_H_ #define _TD_DND_DNODE_MSG_H_
#include "dmInt.h" #include "dmInt.h"
@ -34,4 +34,4 @@ void dmProcessGrantRsp(SDnode *pDnode, SRpcMsg *pRsp);
} }
#endif #endif
#endif /*_TD_DND_DNODE_HADNLE_H_*/ #endif /*_TD_DND_DNODE_MSG_H_*/