X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/38e4191705fcf63696116c6663982f5b921ac2c1..3e82f956d834faf9e78d9c3c2fccfb98d8041bcb:/common/lfdemod.h

diff --git a/common/lfdemod.h b/common/lfdemod.h
index 56c758ae..aefdadb8 100644
--- a/common/lfdemod.h
+++ b/common/lfdemod.h
@@ -55,4 +55,6 @@ int ParadoxdemodFSK(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, ui
 int PyramiddemodFSK(uint8_t *dest, size_t *size);
 int VikingDemod_AM(uint8_t *dest, size_t *size);
 int PrescoDemod(uint8_t *dest, size_t *size);
+int NedapDemod(uint8_t *dest, size_t *size);
+int JablotronDemod(uint8_t *dest, size_t *size);
 #endif