blob: 1c3f96eef0c0d907d7cabb4404fa89805c31efd0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2007 Nanorex, Inc. See LICENSE file for details.
#ifndef PAM5_PATTERNS_H_INCLUDED
#define PAM5_PATTERNS_H_INCLUDED
#define RCSID_PAM5_PATTERNS_H "$Id:$"
extern void createPam5Patterns(void);
#endif
|