aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcap.c b/src/pcap.c
index b57b564..cc96863 100644
--- a/src/pcap.c
+++ b/src/pcap.c
@@ -123,7 +123,7 @@ struct ssh_pcap_file_struct {
/**
* @brief create a new ssh_pcap_file object
*/
-ssh_pcap_file ssh_pcap_file_new(){
+ssh_pcap_file ssh_pcap_file_new(void) {
struct ssh_pcap_file_struct *pcap;
pcap = (struct ssh_pcap_file_struct *) malloc(sizeof(struct ssh_pcap_file_struct));