home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / patches / newbar / Source / NewBar / h / pinpatch < prev    next >
Encoding:
Text File  |  1998-08-02  |  158 b   |  12 lines

  1.  
  2. /* pinpatch.h */
  3.  
  4. #ifndef pinpatch_H
  5. #define pinpatch_H
  6.  
  7. #include "options.h"
  8.  
  9. void patch_pinboard(const thiniconbar_options *options, int verbose);
  10.  
  11. #endif
  12.