Last change
on this file since 3572 was 3572, checked in by cmv, 17 years ago |
char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009
|
-
Property svn:executable
set to
*
|
File size:
873 bytes
|
Rev | Line | |
---|
[3308] | 1 | #ifndef NOMFITS2_H_SEEN
|
---|
| 2 | #define NOMFITS2_H_SEEN
|
---|
| 3 | #include "machdefs.h"
|
---|
| 4 |
|
---|
| 5 | /* Reza+farhang, Avril 2007, copie depuis Peida/LibsUtil/datime.h .c */
|
---|
| 6 | #include "datime.h"
|
---|
| 7 |
|
---|
| 8 | #ifdef __cplusplus
|
---|
| 9 | extern "C" {
|
---|
| 10 | #endif
|
---|
| 11 | /* Reza+farhang, Avril 2007, copie depuis Peida/LibsUtil/datime.h .c */
|
---|
| 12 | int DecodeStrgtoJMAHMS(const char* strg, JMA* jma, HMS* hms);
|
---|
| 13 | /* --- fin ajout depuis Peida/LibsUtil/datime.h ----- */
|
---|
| 14 |
|
---|
[3572] | 15 | unsigned long int decode_zeza(const char* s, int i1, int i2);
|
---|
[3308] | 16 | char * dec2zeza(unsigned long z, char *s, int n);
|
---|
| 17 | int qSort_fits2(const void *x1,const void *x2);
|
---|
| 18 |
|
---|
| 19 | /* CMV: test des conneries du serveur MG ! */
|
---|
[3572] | 20 | int Test_NoCorrupt(const char *flnm);
|
---|
[3308] | 21 |
|
---|
| 22 | /* codage de la date/tsid dans timeinfo */
|
---|
| 23 | uint_4 DateTstoInt(const char *date,const char *ts);
|
---|
| 24 | uint_4 DateTimetoInt(const char *datetime);
|
---|
| 25 | void InttoDateTs(uint_4 n,int_4 *date,int_4 *ts);
|
---|
| 26 |
|
---|
| 27 | #ifdef __cplusplus
|
---|
| 28 | }
|
---|
| 29 | #endif
|
---|
| 30 |
|
---|
| 31 | #endif
|
---|
| 32 |
|
---|
| 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.