summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayer.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-24 12:18:31 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-24 12:18:31 +0200
commit68ba4945437e12eaa1dead6df27b58ea408f63e8 (patch)
treea608d71e76dc82bf9ffdec95452c429d5aec29d2 /lib/CommLayer/CommLayer.h
parent7b2d4874b7bd992ef3f09124b7ebbc346eba01f4 (diff)
downloadabrt-68ba4945437e12eaa1dead6df27b58ea408f63e8.tar.gz
abrt-68ba4945437e12eaa1dead6df27b58ea408f63e8.tar.xz
abrt-68ba4945437e12eaa1dead6df27b58ea408f63e8.zip
final touch on commlayer, minor fixes in exceptions (zprikryl)
Diffstat (limited to 'lib/CommLayer/CommLayer.h')
-rw-r--r--lib/CommLayer/CommLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayer.h b/lib/CommLayer/CommLayer.h
index 19c0aa7..044d36d 100644
--- a/lib/CommLayer/CommLayer.h
+++ b/lib/CommLayer/CommLayer.h
@@ -2,6 +2,6 @@
#define COMMLAYER_H_
#include "CommLayerInner.h"
-extern "C" CCommLayerInner* get_commlayer();
+//extern "C" CCommLayerInner* get_commlayer();
#endif /* COMMLAYER_H_ */