summaryrefslogtreecommitdiff
path: root/devel/libastylej-arduino/files/patch-src_astyle__main.h
blob: f57917739d0babf48b0fce936f8930c76a97ef71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/astyle_main.h.orig	2016-10-19 22:42:25 UTC
+++ src/astyle_main.h
@@ -422,9 +422,9 @@ void  STDCALL javaErrorHandler(int error
 char* STDCALL javaMemoryAlloc(unsigned long memoryNeeded);
 // the following function names are constructed from method names in the calling java program
 extern "C" EXPORT
-jstring STDCALL Java_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass);
+jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleGetVersion(JNIEnv* env, jclass);
 extern "C" EXPORT
-jstring STDCALL Java_AStyleInterface_AStyleMain(JNIEnv* env,
+jstring STDCALL Java_cc_arduino_packages_formatter_AStyleInterface_AStyleMain(JNIEnv* env,
                                                 jobject obj,
                                                 jstring textInJava,
                                                 jstring optionsJava);