- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/libfh/fh.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/extsrc/gpcsw/gpcsrc/fits/libfh/fh.h
r23924 r27840 174 174 * is used to create a new FITS header. NOT for use with fh_rewrite(). 175 175 */ 176 int fh_get_reserve(HeaderUnit hu); 177 /* 178 * Get the current setting or the number of reserve cards found in 179 * a header unit. Returns -1 if hu is invalid. 180 */ 176 181 fh_result fh_validate(HeaderUnit hu); /* fh_validate.c; for use by fhtool.c */ 177 182 … … 386 391 double fh_idx(HeaderUnit hu); /* idx of the last card returned by fh_next */ 387 392 fh_result fh_merge(HeaderUnit hu, const HeaderUnit source); /* source unchanged */ 393 fh_result fh_copy(HeaderUnit hu, const HeaderUnit source); /* fh_merge+keep reserve */ 388 394 389 395 /* --------------------------------------------------------- … … 459 465 */ 460 466 461 462 467 #endif /* _INCLUDED_fh */
Note:
See TracChangeset
for help on using the changeset viewer.
