hole.h 491 B

12345678910111213141516171819
  1. /*
  2. * hole.h - Classify holes and connect them with pads
  3. *
  4. * Written 2010, 2012 by Werner Almesberger
  5. * Copyright 2010, 2012 by Werner Almesberger
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. */
  12. #ifndef HOLE_H
  13. #define HOLE_H
  14. int link_holes(int linked);
  15. #endif /* !HOLE_H */