Sha256: 9a9714fd975a7e1976b6fdd98ed038742e4298f719a2635b6e7175ac0805c06e
Contents?: true
Size: 392 Bytes
Versions: 5
Compression:
Stored size: 392 Bytes
Contents
/* * This file is to create a function which takes a callback in order * to test that we detect it correctly and will write it out. */ #include "common.h" /** * Worker which does soemthing to its pointer */ typedef int (*git_callback_do_work)(int *foo); /** * Schedule some work to happen for a particular function */ GIT_EXTERN(int) git_work_schedule(git_callback_do_work worker);
Version data entries
5 entries across 5 versions & 1 rubygems