mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-23 19:31:57 -08:00
Abstract away signal handling.
This commit is contained in:
parent
4e20111ff6
commit
b4e1155855
4 changed files with 44 additions and 18 deletions
8
signal_windows.go
Normal file
8
signal_windows.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Copyright (c) 2011 The Grumble Authors
|
||||
// The use of this source code is goverened by a BSD-style
|
||||
// license that can be found in the LICENSE-file.
|
||||
|
||||
package main
|
||||
|
||||
func SignalHandler() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue