this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add _simple_asl_msg_new() stub

+6
+6
src/duct/src/asl.c
··· 1 + #include <stddef.h> 2 + 1 3 int asl_close() 2 4 { 3 5 return 0; ··· 63 65 return 0; 64 66 } 65 67 68 + void* _simple_asl_msg_new() 69 + { 70 + return NULL; 71 + }