mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 14:25:50 -05:00
12 lines
279 B
Text
12 lines
279 B
Text
|
|
--- functionname.in
|
||
|
|
+++ functionname_objcclassm.in
|
||
|
|
@@ -25,5 +25,7 @@ + (BOOL) isEdible:(NSString *)mushroom
|
||
|
|
|
||
|
|
+ (BOOL) isEdible:(NSString *)mushroom
|
||
|
|
{
|
||
|
|
- return TRUE;
|
||
|
|
+ /* With a solid guide book (such as Phillips 2006) assume we can't eat
|
||
|
|
+ * the fungus */
|
||
|
|
+ return FALSE;
|
||
|
|
}
|