MEDSEL.H 656 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * $Source: f:/miner/source/main/editor/rcs/medsel.h $
  3. * $Revision: 2.0 $
  4. * $Author: john $
  5. * $Date: 1995/02/27 11:34:28 $
  6. *
  7. * rountines stipped from med.c for segment selection
  8. *
  9. * $Log: medsel.h $
  10. * Revision 2.0 1995/02/27 11:34:28 john
  11. * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12. * for bitmaps.tbl.
  13. *
  14. * Revision 1.2 1993/12/17 12:18:35 john
  15. * Moved selection stuff out of med.c
  16. *
  17. * Revision 1.1 1993/12/17 09:29:51 john
  18. * Initial revision
  19. *
  20. *
  21. */
  22. #ifndef _MEDSEL_H
  23. #define _MEDSEL_H
  24. extern void sort_seg_list(int n_segs,short *segnumlist,vms_vector *pos);
  25. #endif
  26.