X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftpath.c;h=45d0784f761f02fafab487a39d6b6e35e6b9cabb;hb=f5234a7d67df11584a2f29b35d999a603ab9cc80;hp=58ac63989c28a636b339314ce5908bf6cc6d3d54;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/tpath.c b/src/tpath.c index 58ac639..45d0784 100644 --- a/src/tpath.c +++ b/src/tpath.c @@ -1,10 +1,14 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: tpath.c,v 1.1 2003-10-27 12:21:35 adam Exp $ + * $Id: tpath.c,v 1.3 2004-11-18 15:18:14 heikki Exp $ */ +/** + * \file tpath.c + * \brief Implements path fopen + */ + #if HAVE_CONFIG_H #include #endif @@ -14,7 +18,7 @@ #include #include #include -#include +#include FILE *yaz_path_fopen(const char *path, const char *name, const char *mode) {