* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/12/12eeccaa48b155d35df6889b1276b7999997ee4a.svn-base b/jni/pjproject-android/.svn/pristine/12/12eeccaa48b155d35df6889b1276b7999997ee4a.svn-base
new file mode 100644
index 0000000..caff77e
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/12/12eeccaa48b155d35df6889b1276b7999997ee4a.svn-base
@@ -0,0 +1,27 @@
+
+   /******************************************************************
+
+       iLBC Speech Coder ANSI-C Source Code
+
+       lsf.h
+
+       Copyright (C) The Internet Society (2004).
+       All Rights Reserved.
+
+   ******************************************************************/
+
+   #ifndef __iLBC_LSF_H
+   #define __iLBC_LSF_H
+
+   void a2lsf(
+       float *freq,/* (o) lsf coefficients */
+       float *a    /* (i) lpc coefficients */
+   );
+
+   void lsf2a(
+       float *a_coef,  /* (o) lpc coefficients */
+       float *freq     /* (i) lsf coefficients */
+   );
+
+   #endif
+