|
Last change
on this file since 247 was 133, checked in by Paul Smedley, 18 years ago |
|
Update trunk to 3.2.0pre3
|
|
File size:
298 bytes
|
| Line | |
|---|
| 1 | struct syntax_map {
|
|---|
| 2 | const char *Standard_OID;
|
|---|
| 3 | const char *AD_OID;
|
|---|
| 4 | const char *equality;
|
|---|
| 5 | const char *substring;
|
|---|
| 6 | const char *comment;
|
|---|
| 7 | };
|
|---|
| 8 |
|
|---|
| 9 | const struct syntax_map *find_syntax_map_by_ad_oid(const char *ad_oid);
|
|---|
| 10 | const struct syntax_map *find_syntax_map_by_standard_oid(const char *standard_oid);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.