source: trunk/thirds/dirent-win32/dirent.h @ 379

Last change on this file since 379 was 379, checked in by djay, 11 years ago

Fix handling of multiple outputs. Small fix to build with bleeding edge gcc. Add missing copyright in service_internal_ms.c/h. Better gesture of session data. Update HISTORY.txt content.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr
File size: 1016 bytes
Line 
1#ifndef DIRENT_INCLUDED
2#define DIRENT_INCLUDED 1
3
4/*
5
6    Declaration of POSIX directory browsing functions and types for Win32.
7
8    Author:  Kevlin Henney (kevlin@acm.org, kevlin@curbralan.com)
9    History: Created March 1997. Updated June 2003.
10    Rights:  See end of file.
11   
12*/
13
14#ifdef __cplusplus
15extern "C"
16{
17#endif
18
19typedef struct DIR DIR;
20
21struct dirent
22{
23    char *d_name;
24};
25
26DIR           *opendir(const char *);
27int           closedir(DIR *);
28struct dirent *readdir(DIR *);
29void          rewinddir(DIR *);
30
31/*
32
33    Copyright Kevlin Henney, 1997, 2003. All rights reserved.
34
35    Permission to use, copy, modify, and distribute this software and its
36    documentation for any purpose is hereby granted without fee, provided
37    that this copyright and permissions notice appear in all copies and
38    derivatives.
39   
40    This software is supplied "as is" without express or implied warranty.
41
42    But that said, if there are any problems please get in touch.
43
44*/
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif
Note: See TracBrowser for help on using the repository browser.

Search

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png