X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftpath.h;h=726f3eb3e94a54a47bd4d4a5f436601f0e107762;hb=a43c354f46cc04bbf2168eb74b38e13c81c0b036;hp=5f9e90703d348be346d15d1ec20f28502bd8c0a2;hpb=a1743ee8f71f729c1cc264e70d926b0908f77adc;p=yaz-moved-to-github.git diff --git a/include/yaz/tpath.h b/include/yaz/tpath.h index 5f9e907..726f3eb 100644 --- a/include/yaz/tpath.h +++ b/include/yaz/tpath.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,9 +23,13 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: tpath.h,v 1.4 2002-04-05 12:46:07 adam Exp $ + * $Id: tpath.h,v 1.8 2005-06-25 15:46:03 adam Exp $ * */ +/** + * \file tpath.h + * \brief Header for path fopen + */ #ifndef TPATH_H #define TPATH_H @@ -46,3 +50,11 @@ YAZ_EXPORT int yaz_is_abspath (const char *p); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +