Home
last modified time | relevance | path

Searched defs:MKMAP (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmkmap.h21 typedef struct MKMAP { struct
24 void (*after_open) (struct MKMAP *); /* may be null */ argument
25 void (*after_close) (struct MKMAP *); /* may be null */ argument
27 } MKMAP; typedef