]> rtime.felk.cvut.cz Git - orte.git/blob - orte/libjorte/JORTESubscriptionPull.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / libjorte / JORTESubscriptionPull.c
1 #include "orte.h"
2 #include "jorte/4all.h"
3 #include "jorte/org_ocera_orte_Subscription.h"
4
5 JNIEXPORT jint JNICALL
6 Java_org_ocera_orte_Subscription_jORTESubscriptionPull
7   (JNIEnv *env, jobject obj, jlong sub_handle)
8 {
9   return ORTESubscriptionPull((ORTESubscription *)sub_handle);
10 }