mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Rename macros.
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef DICREMOTE_UNIX_UNIX_H_
|
||||
#define DICREMOTE_UNIX_UNIX_H_
|
||||
#ifndef AARUREMOTE_UNIX_UNIX_H_
|
||||
#define AARUREMOTE_UNIX_UNIX_H_
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int fd;
|
||||
} UnixNetworkContext;
|
||||
|
||||
#endif // DICREMOTE_UNIX_UNIX_H_
|
||||
#endif // AARUREMOTE_UNIX_UNIX_H_
|
||||
|
||||
Reference in New Issue
Block a user