123456789101112131415161718 |
- /*
- * AUTHOR: Serena Pallecchi student of Computer Science University of Pisa (Italy)
- * Commission from Faunalia Pontedera (PI) www.faunalia.it
- *
- * This program is free software under the GPL (>=v2)
- * Read the COPYING file that comes with GRASS for details.
- *
- */
- #ifndef _INDEXHEADER_H_
- #define _INDEXHEADER_H_
- #define RLI_ERRORE 0
- #define RLI_OK 1
- #endif /* _INDEXHEADER_H_ */
|