comparison kpathsea/db.h @ 3172:1f0b06020e36

[project @ 1998-04-24 04:24:34 by jwe]
author jwe
date Fri, 24 Apr 1998 04:24:48 +0000
parents faa5d0421460
children
comparison
equal deleted inserted replaced
3171:c925de13bb22 3172:1f0b06020e36
34 return NULL. */ 34 return NULL. */
35 extern str_list_type *kpse_db_search P3H(const_string name, 35 extern str_list_type *kpse_db_search P3H(const_string name,
36 const_string path_elt, boolean all); 36 const_string path_elt, boolean all);
37 37
38 /* Insert the filename FNAME into the database. 38 /* Insert the filename FNAME into the database.
39 Called by MakeTeXPK et al. */ 39 Called by mktexpk et al. */
40 extern void kpse_db_insert P1H(const_string fname); 40 extern void kpse_db_insert P1H(const_string fname);
41 41
42 #endif /* not KPATHSEA_DB_H */ 42 #endif /* not KPATHSEA_DB_H */