Index: unk/Ohana/src/libohana/doc/notes.txt
===================================================================
--- /trunk/Ohana/src/libohana/doc/notes.txt	(revision 4838)
+++ 	(revision )
@@ -1,45 +1,0 @@
-
-string / argv functions:
-
-int get_argument (int argc, char **argv, char *arg);
-int remove_argument (int Narg, int &argc, char **argv);
-int stripwhite (char *string);
-int strnumcmp (char *str1, char *str2);
-char *strcreate (char *string);
-char *strncreate (char *string, int Nbytes);
-int scan_line (FILE *f, char *line);
-int dparse (double *value, int Nentry, char *line);
-
-char *_parse_nextword (char *string);
-
-char *pathname (char *file);
-char *filerootname (char *file);
-char *fileextname (char *file);
-char *filebasename (char *file);
-char *findexec (int argc, char **argv);
-int mkdirhier (char *path);
-char *getcwd_cfht (char *path, int size);
-
-
-locking functions / catalog
-
-int setlockfile2 (char *filename, double timeout, int type, int *state);
-int clearlockfile2 (char *filename, double timeout, int type, int *state);
-
-int lock_catalog (Catalog *catalog, int lockmode);
-int unlock_catalog (Catalog *catalog);
-int load_catalog (Catalog *catalog, char mode, int VERBOSE);
-void save_catalog (Catalog *catalog, char VERBOSE);
-
-locks:
-
-LCK_SOFT - block writing
-LCK_XCLD - block reading and writing
-LCK_HARD - block reading and writing, persistent
-
-setlockfile (LCK_SOFT):
-
-errors:
- HARD,XCLD: if file missing, create (666?) 
- SOFT: if file missing: error LCK_ACCESS
- 
Index: unk/Ohana/src/libohana/doc/ohana.txt
===================================================================
--- /trunk/Ohana/src/libohana/doc/ohana.txt	(revision 4838)
+++ 	(revision )
@@ -1,57 +1,0 @@
-
-these routines make up the ohana library.  to compile a program with
-them, include ohana.h and link with -libohana. 
-
-the ohana library includes the following macros:
-
-ALLOCATE (void *ptr, type, int Nelement)
-REALLOCATE (void *ptr, type, int Nelement)
-
-SIGN(X)  
-ROUND(X) 
-SQR(X)   
-SQ(X)    
-MIN(X,Y) 
-MAX(X,Y) 
-SWAP(X,Y) 
-
-whitespace (char c)
-
-the ohana library includes the following functions:
-
-int stripwhite (char *string)
-char *strcreate (char *string)
-char *strncreate (char *string, int n)
-int scan_line (FILE *f, char *line) 
-char *_parse_nextword (char *string)
-int dparse (double *X, int NX, char *line)
-
-int get_argument (int argc, char **argv, char *arg)
-int remove_argument (int N, int *argc, char **argv)
-
-int Fread (char ptr, int size, int nitems, FILE *f, char *type)
-int Fwrite (char ptr, int size, int nitems, FILE *f, char *type)
-int ByteSwap (char *ptr, int size, int nitems, char *type) 
-
-int _check_permissions (char *filename)
-char *pathname (char *name)
-char *filebasename (char *name)
-char *findexec (int argc, char **argv)
-
-char *SelectConfigFile (int *argc, char **argv, char *progname)
-char *LoadConfigFile (char *filename) 
-char *ScanConfig (char *config, char *field, char *mode, void *ptr)
-char *expandline (char *line, char *config)
-
-XY_to_RD (double *ra, double *dec, double x,  double y,   Coords *coords)
-RD_to_XY (double *x,  double *y,   double ra, double dec, Coords *coords)
-fXY_to_RD (float *ra, float *dec, float x,  float y,   Coords *coords)
-fRD_to_XY (float *x,  float *y,   float ra, float dec, Coords *coords)
-int GetCoords (Coords *coords, Header *header)
-
-save_catalog (char *filename, Catalog *catalog, char VERBOSE)
-load_catalog (char *filename, Catalog *catalog, char mode, char VERBOSE)
-
-LoadPhotcodes (char *filename, PhotCodeData *photcodes)
-GetPhotcodebyName (PhotCodeData *photcodes, char *name)
-double applyphot (PhotCode photcode, int Nphotcode, Average *ave, Measure *meas)
