nedname.c | nedname.c | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
*** February 25, 2009 | *** February 25, 2009 | |||
*** By Doug Mink, after IPAC nearposn.c | *** By Doug Mink, after IPAC nearposn.c | |||
*/ | */ | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <string.h> | #include <string.h> | |||
#include "libned/ned_client.h" | #include "libned/ned_client.h" | |||
#include "libwcs/wcs.h" | #include "libwcs/wcs.h" | |||
static char *RevMsg = "WCSTools 3.8.3, 17 August 2011, Doug Mink SAO"; | static char *RevMsg = "WCSTools 3.8.4, 1 September 2011, Doug Mink SAO"; | |||
extern int ned_errno; | extern int ned_errno; | |||
static void PrintUsage(); | static void PrintUsage(); | |||
int | int | |||
main (ac, av) | main (ac, av) | |||
int ac; | int ac; | |||
char *av[]; | char *av[]; | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |