simpos.c   simpos.c 
skipping to change at line 15 skipping to change at line 15
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "libwcs/wcs.h" #include "libwcs/wcs.h"
#include "libwcs/fitsfile.h" #include "libwcs/fitsfile.h"
#include "libwcs/wcscat.h" #include "libwcs/wcscat.h"
extern int ned_errno; extern int ned_errno;
static void PrintUsage(); static void PrintUsage();
static char *RevMsg = "SIMPOS 3.8.3, 17 August 2011, Doug Mink SAO"; static char *RevMsg = "SIMPOS 3.8.4, 1 September 2011, Doug Mink SAO";
int int
main (ac, av) main (ac, av)
int ac; int ac;
char *av[]; char *av[];
{ {
int lobj; int lobj;
int i; int i;
int verbose = 0; int verbose = 0;
 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/