Commit b2dc13f4 authored by claes's avatar claes

Max number of qualifiers increased to 60

parent 610ae5b6
/**
* Proview $Id: co_dcli.h,v 1.11 2008-04-25 11:26:04 claes Exp $
* Proview $Id: co_dcli.h,v 1.12 2008-06-24 07:02:56 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -41,7 +41,7 @@ extern "C" {
typedef struct {
char command[20];
int (*func) ( void *, void *);
char qualifier[50][40];
char qualifier[60][40];
} dcli_tCmdTable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment