ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/clip.h
(Generate patch)

Comparing BasiliskII/src/include/clip.h (file contents):
Revision 1.1.1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.8 by gbeauche, 2008-01-01T09:40:35Z

# Line 1 | Line 1
1   /*
2   *  clip.h - Clipboard handling
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 25 | Line 25 | extern void ClipInit(void);
25   extern void ClipExit(void);
26  
27   extern void PutScrap(uint32 type, void *scrap, int32 length);
28 + extern void GetScrap(void **handle, uint32 type, int32 offset);
29  
30   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines