diff options
| author | Sergio <sergiotarxz@posteo.net> | 2026-08-15 13:07:40 +0000 |
|---|---|---|
| committer | Sergio <sergiotarxz@posteo.net> | 2026-08-15 13:07:40 +0000 |
| commit | e47e48d434c7c1f3f81b1243c7ba9a980485c54b (patch) | |
| tree | e6f034a46ac6bd5745202ab749bfa2be586a72d2 /typedefs.h | |
| parent | 1207bfe828d98ca988d06c9d3c15b899d0b56fb4 (diff) | |
First commit;
Diffstat (limited to 'typedefs.h')
| -rw-r--r-- | typedefs.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,10 +1,6 @@ -typedef pcap_if_t *PCAP__If; -typedef pcap_t *PCAP__Handle; -typedef UDPPacketInfo *PCAP__Packet; typedef struct bpf_program *PCAP__Program; -typedef struct pcap_pkthdr *PCAP__Header; typedef int *Constants; -typedef Constants Gtk__Win__Constants; +typedef Constants AlgaOS__Installer__Constants; typedef GtkApplication *Gtk__Application; typedef GApplication *Gio__Application; |
