remove obsolete "HAVE_AIRPCAP_API" comment
authorUlf Lamping <ulf.lamping@web.de>
Tue, 12 Sep 2006 00:23:46 +0000 (00:23 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Tue, 12 Sep 2006 00:23:46 +0000 (00:23 -0000)
svn path=/trunk/; revision=19197

airpcap_loader.c
airpcap_loader.h

index 0eb4298f8f134cc9d6bf934136ec618e05ec712a..a04f9734c250019ce140ffee07365578b5be4dff 100644 (file)
@@ -80,7 +80,6 @@ static AirpcapSetDeviceKeysHandler g_PAirpcapSetDeviceKeys;
 static AirpcapGetDecryptionStateHandler g_PAirpcapGetDecryptionState;
 static AirpcapSetDecryptionStateHandler g_PAirpcapSetDecryptionState;
 static AirpcapStoreCurConfigAsAdapterDefaultHandler g_PAirpcapStoreCurConfigAsAdapterDefault;
-/* HAVE_AIRPCAP_API */
 
 /* Airpcap interface list */
 GList *airpcap_if_list = NULL;
index 14489b90496ff24978bca038683033eb6c2da3b1..cb6c9eb4956deaf890bb2c97a630218df80c5f55 100644 (file)
@@ -219,8 +219,6 @@ BOOL airpcap_if_turn_led_off(PAirpcapHandle AdapterHandle, UINT LedNumber);
  */
 airpcap_if_info_t* airpcap_if_info_new(char *name, char *description);
 
-/* HAVE_AIRPCAP_API */
-
 /*
  *  Used to dinamically load the airpcap library in order link it only when
  *  it's present on the system.