Ticket #22867: patch-stk500.h.diff

File patch-stk500.h.diff, 596 bytes (added by ranauei@…, 14 years ago)
  • stk500.h

    old new  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1818 */
    1919
    20 /* $Id: stk500.h 722 2007-01-24 22:43:46Z joerg_wunsch $ */
     20/* $Id: stk500.h 845 2009-10-10 01:41:40Z mludvig $ */
    2121
    2222#ifndef stk500_h
    2323#define stk500_h
     
    2828
    2929void stk500_initpgm (PROGRAMMER * pgm);
    3030
     31/* used by arduino.c to avoid duplicate code */
     32int stk500_getsync(PROGRAMMER * pgm);
     33int stk500_drain(PROGRAMMER * pgm, int display);
     34
    3135#ifdef __cplusplus
    3236}
    3337#endif