icwmp/dm/dmtree/root.h
2015-08-06 17:39:44 +01:00

18 lines
593 B
C

/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* Copyright (C) 2015 Inteno Broadband Technology AB
* Author MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
* Author Imen Bhiri <imen.bhiri@pivasoftware.com>
* Author Feten Besbes <feten.besbes@pivasoftware.com>
*
*/
#ifndef __ROOT_H
#define __ROOT_H
#include "dmcwmp.h"
int entry_method_root(struct dmctx *ctx);
#endif