aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/api.h
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-05-29 13:05:48 +0200
commitaf8ad5dddf61ab57a514474627c1a2de0936a718 (patch)
tree689d987ca2439329f39da3b1a96a227d527fe16a /include/grgsm/api.h
parent044fe06f15becad2f22217c95a955f1393a28256 (diff)
Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified
Diffstat (limited to 'include/grgsm/api.h')
-rw-r--r--include/grgsm/api.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/grgsm/api.h b/include/grgsm/api.h
index 5ef6053..d36befb 100644
--- a/include/grgsm/api.h
+++ b/include/grgsm/api.h
@@ -20,15 +20,15 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef INCLUDED_GSM_API_H
-#define INCLUDED_GSM_API_H
+#ifndef INCLUDED_GRGSM_API_H
+#define INCLUDED_GRGSM_API_H
#include <gnuradio/attributes.h>
#ifdef gnuradio_gsm_EXPORTS
-# define GSM_API __GR_ATTR_EXPORT
+# define GRGSM_API __GR_ATTR_EXPORT
#else
-# define GSM_API __GR_ATTR_IMPORT
+# define GRGSM_API __GR_ATTR_IMPORT
#endif
-#endif /* INCLUDED_GSM_API_H */
+#endif /* INCLUDED_GRGSM_API_H */