]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_graph.c
Merge branch 'stable/3.0'
[mirror_frr.git] / lib / command_graph.c
index 62d0610e1858e3347189ff88551b5600e37ce3b7..8cfb3335753ee7760aac19acb4e0a0bd4fc7f4ad 100644 (file)
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <zebra.h>
 
 #include "command_graph.h"
 
-DECLARE_MTYPE(CMD_TOKEN_DATA)
-
 DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens")
 DEFINE_MTYPE_STATIC(LIB, CMD_DESC,   "Command Token Text")
 DEFINE_MTYPE_STATIC(LIB, CMD_TEXT,   "Command Token Help")