mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Declare new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf46d25b2f
commit
9d4129af73
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
|
||||
@interface BinaryCStream : CStream
|
||||
|
||||
+ setDebugging: (BOOL)f;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
@interface BinaryCStream : CStream
|
||||
|
||||
+ setDebugging: (BOOL)f;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue