You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
17 lines
413 B
C
17 lines
413 B
C
/* -----------------------------------------------------------------------------
|
|
* udis86.h
|
|
*
|
|
* Copyright (c) 2002, 2003, 2004 Vivek Mohan <vivek@sig9.com>
|
|
* All rights reserved. See (LICENSE)
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#ifndef UDIS86_H
|
|
#define UDIS86_H
|
|
|
|
#include "libudis86/types.h"
|
|
#include "libudis86/extern.h"
|
|
#include "libudis86/itab.h"
|
|
|
|
#endif
|