add explicit module specification

This commit is contained in:
Lev Walkin 2004-09-15 11:48:47 +00:00
parent d43915b70c
commit 225d887ff9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ asn1p_expr_t *asn1f_lookup_child(asn1p_expr_t *tc, const char *name);
* NULL/EPERM: The name was not found in EXPORTS section of the source module.
* Also, NULL with errno values defined by asn1f_lookup_module().
*/
asn1p_module_t *asn1f_lookup_in_imports(arg_t *arg, const char *name);
asn1p_module_t *asn1f_lookup_in_imports(arg_t *arg, asn1p_module_t *mod, const char *name);
/*
* Return a module by its name or optional OID.