X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fdirentz.h;h=7e8ba5bc6340ee225fc003b19bf7d8aca4b97701;hp=52770ec5ffcaf4446e725f3c55fd8621ec13105a;hb=2b1851bd5565e3d21f9cf9a37661a584c063b75f;hpb=4ac7ffc88f998c27874b19511a3294e0addfc4ec diff --git a/include/direntz.h b/include/direntz.h index 52770ec..7e8ba5b 100644 --- a/include/direntz.h +++ b/include/direntz.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: direntz.h,v $ - * Revision 1.4 1999-05-26 07:49:13 adam + * Revision 1.5 2002-04-04 14:14:13 adam + * Multiple registers (alpha early) + * + * Revision 1.4 1999/05/26 07:49:13 adam * C++ compilation. * * Revision 1.3 1999/02/02 14:50:33 adam @@ -47,3 +50,5 @@ void closedir (DIR *dd); /* include UNIX version */ #include #endif + +int zebra_is_abspath (const char *p);