dtcm: Always use ANSI function prototypes

This commit is contained in:
Peter Howkins
2020-11-29 01:55:09 +00:00
parent c62a5049ed
commit d98b2c4c34
60 changed files with 890 additions and 953 deletions

View File

@@ -32,14 +32,13 @@
#define _CMSMATCH_H
#include <EUSCompat.h>
#include "ansi_c.h"
#include "cm.h"
#include "nametbl.h"
extern boolean_t _DtCmsMatchAttributes P((
extern boolean_t _DtCmsMatchAttributes(
cms_entry *entry,
uint num_attrs,
cms_attribute *attrs,
CSA_enum *ops));
CSA_enum *ops);
#endif