Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
formiano committed Dec 13, 2024
1 parent 700f89b commit 5ce6b3f
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions main/enigma.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <pwd.h>
#include <shadow.h>
#include <crypt.h>
#include <cstring>
#include <string>
#include <vector>
#include <iostream>#include <fcntl.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <ifaddrs.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <shadow.h>
#include <crypt.h>
#include <pwd.h>
#include <libsig_comp.h>
#include <linux/dvb/version.h>

Expand Down Expand Up @@ -493,6 +485,11 @@ const char *getGStreamerVersionString()
return gst_version_string();
}

int getE2Flags()
{
return 1;
}

bool checkLogin(const char *user, const char *password)
{
if (!user || !password) return false;
Expand Down Expand Up @@ -528,7 +525,9 @@ bool checkLogin(const char *user, const char *password)
}

return authenticated;
}#include <malloc.h>
}

#include <malloc.h>

void dump_malloc_stats(void)
{
Expand Down

0 comments on commit 5ce6b3f

Please sign in to comment.