Declare the -getsample:: method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25521 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-10-07 10:26:25 +00:00
parent f2ac847ff4
commit 2050099a6e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-10-07 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gsc/GSFunction.h: Declare the -getsample:: method in
header.
2007-10-05 Fred Kiefer <FredKiefer@gmx.de>
* Source/art/shfill.m (-DPSshfill:): Correct typing error. Remove

View file

@ -47,6 +47,7 @@
}
- (id) initWith: (NSDictionary *)d;
- (double) getsample: (int)sample : (int) i;
- (void) eval: (double *)inValues : (double *)outValues;
@end